@remnawave/backend-contract 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
package/api/controllers/users.ts
CHANGED
@@ -4,7 +4,7 @@ exports.USERS_ROUTES = exports.USERS_CONTROLLER = void 0;
|
|
4
4
|
exports.USERS_CONTROLLER = 'users';
|
5
5
|
exports.USERS_ROUTES = {
|
6
6
|
CREATE: '',
|
7
|
-
GET_BY_UUID: '
|
7
|
+
GET_BY_UUID: '',
|
8
8
|
GET_BY_SHORT_UUID: 'short-uuid/:shortUuid',
|
9
9
|
GET_BY_SUBSCRIPTION_UUID: 'sub-uuid/:subscriptionUuid',
|
10
10
|
GET_ALL: '',
|