mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
11 lines
242 B
JavaScript
11 lines
242 B
JavaScript
export default {
|
|
auth_server: 'POST /auth_server',
|
|
auth: 'POST /auth',
|
|
sessions: 'POST /sessions',
|
|
posts: 'POST /posts',
|
|
post_actions: 'POST /post-actions',
|
|
|
|
get_data: 'POST /get-user-data',
|
|
profileData: 'POST /early_user'
|
|
};
|