mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
loginAPI.js change mathods to actions
This commit is contained in:
parent
054a6f9d0a
commit
fb0a850057
@ -3,7 +3,7 @@ const LOGIN_API_URL = 'http://localhost/login_api/'
|
||||
|
||||
// define a mixin object
|
||||
const loginAPI = {
|
||||
mutations: {
|
||||
actions: {
|
||||
login: async () => {
|
||||
return axios.post(LOGIN_API_URL + 'unsecureLogin', data);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user