You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" This class defines all constants for the routes of the API Resources. """EVENTS_V1='/api/v1/events'USERS_V1='/api/v1/users'LOGIN_V1='/api/v1/auth/login'LOGOUT_V1='/api/v1/auth/logout'
At the moment there are routes specific by ID's, but they are not defined in the constants.
The text was updated successfully, but these errors were encountered:
The following routes are defined:
At the moment there are routes specific by ID's, but they are not defined in the constants.
The text was updated successfully, but these errors were encountered: