Frontend adjusted for the new API.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user