Skip to content

Commit 24f37b6

Browse files
author
uid10804
committed
test(server): add missing swagger setting in app.config for tests
1 parent 1591bbe commit 24f37b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"jsonFile": "./db.json"
2+
"jsonFile": "./db.json",
3+
"enableSwagger": "false"
34
}
45

0 commit comments

Comments
 (0)