From 1ea19ebe8ce7d59b83b78e7742f9731c2978035c Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Sun, 14 Aug 2022 14:24:38 -0600 Subject: [PATCH] Update the file server path --- src/endpoints/fileServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {