| export default { | export default { | ||||
| authentications: { | authentications: { | ||||
| login: base + '/users/authenticate', | |||||
| googleLogin: base + '/users/authenticateGoogle', | |||||
| refreshToken:'http://localhost:26081/v1/users/refresh' | |||||
| login: base + "/users/authenticate", | |||||
| googleLogin: base + "/users/authenticateGoogle", | |||||
| refreshToken: base + "/users/refresh", | |||||
| }, | }, | ||||
| }; | }; |