Skip to content

Commit 88014e4

Browse files
committed
Access log env
1 parent 82cf49c commit 88014e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firecms_core/src/hooks/useProjectLog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const DEFAULT_SERVER = "https://api-drplyi3b6q-ey.a.run.app";
66

77
async function makeRequest(authController: AuthController) {
88
const firebaseToken = await authController.getAuthToken();
9-
return fetch(DEFAULT_SERVER_DEV + "/access_log",
9+
return fetch(DEFAULT_SERVER + "/access_log",
1010
{
1111
// mode: "no-cors",
1212
method: "POST",

0 commit comments

Comments
 (0)