mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
export default {
|
|
auth_server: 'POST /auth_server',
|
|
auth: 'POST /auth',
|
|
logout: 'POST /logout',
|
|
|
|
get_data: 'POST /get-user-data',
|
|
};
|