Skip to content

Commit 44ece3d

Browse files
committed
test(media-server): sync GET / expected endpoints with app
Made-with: Cursor
1 parent de4224d commit 44ece3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/media-server/src/__tests__/index.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ describe("GET /", () => {
1919
"/video/status",
2020
"/video/probe",
2121
"/video/thumbnail",
22+
"/video/convert",
2223
"/video/process",
2324
"/video/process/:jobId/status",
2425
"/video/process/:jobId/cancel",
26+
"/video/cleanup",
27+
"/video/force-cleanup",
2528
],
2629
});
2730
});

0 commit comments

Comments
 (0)