feat: add api package
This commit is contained in:
9
packages/api/src/Domain/Server/User/Paths.ts
Normal file
9
packages/api/src/Domain/Server/User/Paths.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
const UserPaths = {
|
||||
register: '/v1/users',
|
||||
}
|
||||
|
||||
export const Paths = {
|
||||
v1: {
|
||||
...UserPaths,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user