Skip to content

Commit 03782ba

Browse files
authored
Merge pull request #10 from mattljiang/dev
Minor fix: add missing bracket
2 parents 7f171d8 + 89dd379 commit 03782ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/microservices/reverse proxy/chronos-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ chronos.use({
88
database: {
99
type: 'MongoDB',
1010
URI: process.env.CHRONOS_URI,
11+
}
1112
});

0 commit comments

Comments
 (0)