feat: add routes loadblancing
This commit is contained in:
@@ -9,3 +9,5 @@ const AccessMiddleware = "access" // access middleware
|
||||
const BasicAuth = "basic" // basic authentication middleware
|
||||
const JWTAuth = "jwt" // JWT authentication middleware
|
||||
const OAuth = "oauth" // OAuth authentication middleware
|
||||
// Round-robin counter
|
||||
var counter uint32
|
||||
|
||||
Reference in New Issue
Block a user