Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f8647c50ae |
@ -7,7 +7,7 @@ import { fetchToken } from "./login";
|
||||
|
||||
const signUp = async (username: string, password: string, token: string) => {
|
||||
try {
|
||||
const response = await api.post(`/signup?token=${token}`, {
|
||||
const response = await api.post(`/auth/signup?token=${token}`, {
|
||||
username: username,
|
||||
password: password,
|
||||
}, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user