Skip to content

Commit 96c6055

Browse files
committed
-
1 parent b7d1384 commit 96c6055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/roam/src/utils/supabaseContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const fetchOrCreatePlatformAccount = async (
5555
personEmail: string | undefined
5656
}): Promise<number> => {
5757
const response = await fetch(
58-
`${base_url}/platform_account`,
58+
`${base_url}/platform-account`,
5959
{
6060
method: "POST",
6161
headers: {

0 commit comments

Comments
 (0)