some work done
This commit is contained in:
parent
a735b9cc5e
commit
09fe1cd163
13 changed files with 174 additions and 45 deletions
|
|
@ -1,13 +1,13 @@
|
|||
package server
|
||||
|
||||
import (
|
||||
"git.giftfish.de/ston1th/haproxy-lb/pkg/api"
|
||||
"git.giftfish.de/ston1th/haproxy-lb/pkg/api/types"
|
||||
schemav1 "git.giftfish.de/ston1th/haproxy-lb/pkg/api/v1/schema"
|
||||
)
|
||||
|
||||
const v1 = "/" + schemav1.Version
|
||||
|
||||
var routes = []api.Route{
|
||||
var routes = []types.Route{
|
||||
{
|
||||
"/healthz",
|
||||
healthzHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue