From fd2fd1b8bdc695732887d0e1153b7b97ee752ad7 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:34:40 -0800 Subject: [PATCH] Update API URL --- utils/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/constants.ts b/utils/constants.ts index dea8987c..69dca233 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -3,7 +3,7 @@ export const BASE_URL = process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://poac.dev"; -export const BASE_API_URL = "https://api.poac.dev/v1"; +export const BASE_API_URL = "https://poac-api.shuttleapp.rs/v1"; // process.env.NODE_ENV === "development" // ? "http://127.0.0.1:8000/v1" -// : "https://api.poac.dev/v1"; +// : "https://poac-api.shuttleapp.rs/v1";