refactor(express) /join route refactored

chore(prisma) changed room to roomId
This commit is contained in:
Tanner Shaw
2023-07-29 15:47:54 -05:00
parent a44abe2e0a
commit 228a238bad
10 changed files with 155 additions and 89 deletions

View File

@@ -28,7 +28,7 @@
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"discreetly-claimcodes": "^1.1.3",
"discreetly-interfaces": "^0.1.17",
"discreetly-interfaces": "^0.1.21",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongodb": "^5.7.0",
@@ -59,4 +59,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}