Frontend adjusted for the new API.

This commit is contained in:
Leo Vasanko
2025-08-01 13:16:10 -06:00
parent c5e5fe23e3
commit 8882d0672b
5 changed files with 15 additions and 43 deletions

View File

@@ -15,7 +15,7 @@ export async function register(url, options) {
}
export async function registerUser(user_name) {
return register('/auth/ws/register_new', { user_name })
return register('/auth/ws/register', { user_name })
}
export async function registerCredential() {