From a507c6069736ef74191e559192b21112bd326816 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:36:26 +0200 Subject: [PATCH] Add todo --- apps/api/src/app/static.middleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/app/static.middleware.ts b/apps/api/src/app/static.middleware.ts index b2b244dc3..8b1a6c23c 100644 --- a/apps/api/src/app/static.middleware.ts +++ b/apps/api/src/app/static.middleware.ts @@ -50,7 +50,7 @@ export const StaticMiddleware = async ( const languageCode = path.substr(1, 2); const currentDate = format(new Date(), DATE_FORMAT); - const rootUrl = 'https://ghostfol.io'; + const rootUrl = 'https://ghostfol.io'; // TODO if ( path.startsWith('/api/') ||