-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(reverseproxy): updated DB amd api's to store the connection status #189
Conversation
3583e85
to
edaa834
Compare
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
==========================================
- Coverage 25.20% 24.84% -0.37%
==========================================
Files 61 57 -4
Lines 4086 4094 +8
Branches 752 765 +13
==========================================
- Hits 1030 1017 -13
- Misses 2776 2797 +21
Partials 280 280
Continue to review full report at Codecov.
|
e64f734
to
022297b
Compare
022297b
to
33674d7
Compare
try { | ||
const errors = validationResult(req) | ||
if (!errors.isEmpty()) { | ||
res.status(400).json({ errors: errors.array() }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this have a .end()
33674d7
to
144e664
Compare
144e664
to
903b199
Compare
BREAKING CHANGES: Metadata api route is removed
BREAKING CHANGE: 'metadata' api route is removed.