Skip to content

Commit b3e5de3

Browse files
committed
feat: Replace mock database with in-memory database and add ID mapping interface
1 parent 91cadac commit b3e5de3

File tree

5 files changed

+213
-164
lines changed

5 files changed

+213
-164
lines changed

cloudflare-worker/src/routes/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838

3939
import { Router } from "./router";
4040
// Use the mock database
41-
import { mockDb as db } from "./mockDb";
41+
import { inMemoryDB as db } from "./mockDb";
4242

4343
// Tester Management
4444
const testerRoutes = (router: Router, env: Env) => {

0 commit comments

Comments
 (0)