We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706931a commit d18f17fCopy full SHA for d18f17f
index.js
@@ -67,7 +67,7 @@ app.use(
67
68
(async function() {
69
const db = await connect();
70
- app.use('/studio', studio('/studio/api', db));
+ app.use('/studio', await studio('/studio/api', db));
71
72
app.listen(8888);
73
console.log('Listening on port 8888');
package.json
@@ -17,7 +17,7 @@
17
"devDependencies": {
18
"@masteringjs/eslint-config": "0.1.1",
19
"@mongoosejs/migrations": "0.2.5",
20
- "@mongoosejs/studio": "0.0.50",
+ "@mongoosejs/studio": "0.0.58",
21
"cors": "2.8.5",
22
"dotenv": "16.4.7",
23
"eslint": "9.x",
0 commit comments