diff --git a/src/endpoints/fileServer.ts b/src/endpoints/fileServer.ts index babcb02..2825a04 100644 --- a/src/endpoints/fileServer.ts +++ b/src/endpoints/fileServer.ts @@ -1,7 +1,7 @@ import { ServerRoute } from "@hapi/hapi"; const route: ServerRoute = { - method: `GET`, path: `/static/{path*}`, + method: `GET`, path: `/{path*}`, options: {}, handler: { directory: {