refactor: improve route healthcheck

This commit is contained in:
Jonas Kaninda
2024-11-12 14:31:18 +01:00
parent 3c7a55c5e4
commit 9eadd08a1f
5 changed files with 83 additions and 99 deletions

View File

@@ -12,4 +12,4 @@ const OAuth = "oauth" // OAuth authentication middleware
// Round-robin counter
var counter uint32
var routes *[]Route
var Routes *[]Route