fix: issues
This commit is contained in:
@@ -2,6 +2,6 @@ import httpClient from './httpClient';
|
||||
|
||||
export const authService = {
|
||||
login(username, password) {
|
||||
return httpClient.post('/admin/auth', { username, password });
|
||||
return httpClient.post('/auth', { username, password });
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user