wtf is it doing there ? #71

Merged
tonitch merged 1 commits from tonitch/front/fix/stupidLine into master 2024-03-08 20:47:02 +01:00

View File

@ -6,7 +6,6 @@ export async function login(user, pass, exp){
export async function register(user, pass, mail){
return restPost("/user", {name: user, password: pass, mail: mail});
restPost("/login", {login: user, password: pass, expiration: exp})
}
/**