Add project files.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export enum ApiRoutes {
|
||||
UserRegister = '/api/user/register',
|
||||
UserLogin = '/api/user/login',
|
||||
UserProfile = '/api/user/profile',
|
||||
UserAttach = '/api/user/attach',
|
||||
UserDeattach = '/api/user/deattach',
|
||||
}
|
||||
Reference in New Issue
Block a user