From b5a8ee7583a8fdb548eb1c1e2ea171b731c697ab Mon Sep 17 00:00:00 2001 From: ringeringeraja Date: Tue, 2 Apr 2024 22:57:54 -0300 Subject: [PATCH] feat: set apiBase --- api/src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/config.ts b/api/src/config.ts index 5a52efd..e5edbfe 100644 --- a/api/src/config.ts +++ b/api/src/config.ts @@ -1,6 +1,7 @@ import type { ApiConfig } from 'aeria' export const config: ApiConfig = { + apiBase: '/api', apiUrl: process.env.API_URL, secret: process.env.APPLICATION_SECRET, database: {