From 8a0ad664bc0b8a1b6ef386497678b378f87f77e8 Mon Sep 17 00:00:00 2001 From: Mohamad Salimi Date: Wed, 31 Jan 2024 02:11:13 +0800 Subject: [PATCH] Add edgestore api into public routes --- routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes.ts b/routes.ts index 7af540e..71dc73c 100644 --- a/routes.ts +++ b/routes.ts @@ -3,7 +3,7 @@ * These routes does not require authentication * @type {string[]} */ -export const publicRoutes = ['/']; +export const publicRoutes = ['/', '/api/edgestore/init']; /** * An array of routes that are used for authentication