comty/config/endpoints.js
2020-09-17 02:40:42 +02:00

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'
};