feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302

This commit is contained in:
Torkel Ödegaard
2017-04-25 17:17:45 +02:00
parent fe64ed424e
commit 368e847d12
4 changed files with 44 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
package models
type GetDBHealthQuery struct{}