Frontend adjusted for the new API.

This commit is contained in:
2025-08-02 01:16:10 +00:00
parent 9b82f77729
commit f1ef7e43cc
5 changed files with 15 additions and 43 deletions
+1 -1
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() {