Update the file server path
This commit is contained in:
parent
57c8e90af9
commit
1ea19ebe8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { ServerRoute } from "@hapi/hapi";
|
||||
|
||||
const route: ServerRoute = {
|
||||
method: `GET`, path: `/static/{path*}`,
|
||||
method: `GET`, path: `/{path*}`,
|
||||
options: {},
|
||||
handler: {
|
||||
directory: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue