From 40cfb93f6ab78d675ee03f735038b54c12e7c374 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 2 Jan 2024 20:39:07 +0000 Subject: [PATCH] Fixed API routes --- routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes.ts b/routes.ts index b2e1cfd..0e7bda7 100644 --- a/routes.ts +++ b/routes.ts @@ -7,5 +7,5 @@ export const AUTH_ROUTES = [ "/auth/register", ] -export const API_PREFIX = "/api/auth" +export const API_PREFIX = "/api" export const DEFAULT_REDIRECT = "/settings" \ No newline at end of file