From f65b24247f7c6c2b06a913a4e083a8e8b7f00e40 Mon Sep 17 00:00:00 2001 From: boufni95 Date: Thu, 21 Dec 2023 20:45:59 +0100 Subject: [PATCH] metrics in wallet --- src/auth.ts | 1 - static/index.html | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 static/index.html 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