@remnawave/backend-contract 0.0.53 → 0.0.54
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.API_TOKENS_ROUTES = exports.API_TOKENS_CONTROLLER = void 0;
|
4
4
|
exports.API_TOKENS_CONTROLLER = 'tokens';
|
5
5
|
exports.API_TOKENS_ROUTES = {
|
6
|
-
CREATE: '',
|
7
|
-
DELETE: '',
|
6
|
+
CREATE: 'create',
|
7
|
+
DELETE: 'delete',
|
8
8
|
GET_ALL: '',
|
9
9
|
};
|