This commit is contained in:
Elijah Lucian
2021-04-15 20:10:54 -06:00
parent c73bcf8a57
commit 7cb59dc957
14 changed files with 68 additions and 205 deletions

View File

@@ -39,7 +39,7 @@ export class Api {
return jwt
}
const { data } = await this.axios.post<JWT>(`/api/dj-rest-auth/login/`, {
const { data } = await this.axios.post<JWT>(`/dj-rest-auth/login/`, {
name,
password,
})