@remnawave/backend-contract
Advanced tools
Comparing version 0.0.53 to 0.0.54
export const API_TOKENS_CONTROLLER = 'tokens' as const; | ||
export const API_TOKENS_ROUTES = { | ||
CREATE: '', | ||
DELETE: '', | ||
CREATE: 'create', | ||
DELETE: 'delete', | ||
GET_ALL: '', | ||
} as const; |
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.API_TOKENS_ROUTES = { | ||
CREATE: '', | ||
DELETE: '', | ||
CREATE: 'create', | ||
DELETE: 'delete', | ||
GET_ALL: '', | ||
}; |
{ | ||
"name": "@remnawave/backend-contract", | ||
"version": "0.0.53", | ||
"version": "0.0.54", | ||
"description": "A contract library for Remnawave", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
157526