Update the file server path

This commit is contained in:
Oliver Akins 2022-08-14 14:24:38 -06:00
parent 57c8e90af9
commit 1ea19ebe8c
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,7 +1,7 @@
import { ServerRoute } from "@hapi/hapi"; import { ServerRoute } from "@hapi/hapi";
const route: ServerRoute = { const route: ServerRoute = {
method: `GET`, path: `/static/{path*}`, method: `GET`, path: `/{path*}`,
options: {}, options: {},
handler: { handler: {
directory: { directory: {