diff --git a/src/auth.ts b/src/auth.ts index d70e4a1c..0df2d29b 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -11,7 +11,6 @@ const serverOptions = (mainHandler: Main): ServerOptions => { UserAuthGuard: async (authHeader) => { return mainHandler.appUserManager.DecodeUserToken(stripBearer(authHeader)) }, GuestAuthGuard: async (_) => ({}), metricsCallback: metrics => mainHandler.metricsManager.AddMetrics(metrics), - staticFiles: "static" //throwErrors: true } } diff --git a/static/index.html b/static/index.html deleted file mode 100644 index 38717c4c..00000000 --- a/static/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - Document - - - - PUB - - - \ No newline at end of file