Expose sync status API

This commit is contained in:
2026-05-08 19:02:21 -04:00
parent 5752eefea9
commit e9f8b1eb43
5 changed files with 653 additions and 135 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ describe("worker routes", () => {
it("returns JSON not found for unknown routes", async () => {
const response = await handleRequest(
new Request("https://elydora.test/api/sync/status"),
new Request("https://elydora.test/api/unknown"),
testEnv(null),
);