db / licenseInfo.spec.ts

This commit is contained in:
Rory Powell 2023-07-07 11:34:10 +01:00
parent bdd431c7e8
commit 700d8131d1
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ describe("/api/global/license", () => {
describe("POST /api/global/license/refresh", () => {}) describe("POST /api/global/license/refresh", () => {})
describe("GET /api/global/license/info", () => {})
describe("DELETE /api/global/license/info", () => {})
describe("GET /api/global/license/usage", () => {}) describe("GET /api/global/license/usage", () => {})
}) })