| @@ -2,8 +2,8 @@ const base = "http://localhost:26081/v1"; | |||
| export default { | |||
| 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", | |||
| }, | |||
| }; | |||