We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87ade5c + 7193443 commit 14ac00bCopy full SHA for 14ac00b
conditional/__init__.py
@@ -149,6 +149,14 @@ def logout():
149
return redirect("/", 302)
150
151
152
+@app.route("/health")
153
+def health():
154
+ """
155
+ Shows an ok status if the application is up and running
156
157
+ return {'status': 'ok'}
158
+
159
160
@app.errorhandler(404)
161
@app.errorhandler(500)
162
@auth.oidc_auth
package.json
@@ -36,7 +36,7 @@
36
"enumify": "^1.0.4",
37
"jquery": "^3.1.0",
38
"load-awesome": "^1.1.0",
39
- "lodash": "4.17.11",
+ "lodash": "4.17.19",
40
"reveal.js": "^3.3.0",
41
"selectize": "^0.12.2",
42
"selectize-scss": "^0.9.1",
0 commit comments