Skip to content

Commit

Permalink
Update AuthAPI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aquzif committed Oct 27, 2024
1 parent 2526e33 commit 34892d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/API/AuthAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default class AuthAPI {


static async login(email, password) {

return await RequestUtils.post('/api/login', {
email: email,
password: password
Expand Down

0 comments on commit 34892d4

Please sign in to comment.