comty/config/endpoints.js
2020-07-25 03:44:39 +02:00

8 lines
140 B
JavaScript

export default {
auth_server: 'POST /auth_server',
auth: 'POST /auth',
logout: 'POST /logout',
get_data: 'POST /get-user-data',
};