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 1334ad3 + 5e4abd5 commit 83523b4Copy full SHA for 83523b4
elekto/controllers/public.py
@@ -49,3 +49,8 @@ def public_election(eid):
49
return F.render_template('views/public/elections_single.html',
50
election=election.get(),
51
candidates=candidates)
52
+
53
+@APP.route('/health')
54
+def health_check():
55
+ status_code = F.Response(status=200)
56
+ return status_code
0 commit comments