We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d1384 commit 96c6055Copy full SHA for 96c6055
apps/roam/src/utils/supabaseContext.ts
@@ -55,7 +55,7 @@ const fetchOrCreatePlatformAccount = async (
55
personEmail: string | undefined
56
}): Promise<number> => {
57
const response = await fetch(
58
- `${base_url}/platform_account`,
+ `${base_url}/platform-account`,
59
{
60
method: "POST",
61
headers: {
0 commit comments