полный рефакторинг всей системы
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
6
src/services/authService.js
Normal file
6
src/services/authService.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { api8004 } from './api.js'
|
||||
|
||||
export async function login(username, password) {
|
||||
const { data } = await api8004.post('/login', { username, password })
|
||||
return data
|
||||
}
|
||||
Reference in New Issue
Block a user