first compilable version

This commit is contained in:
ston1th 2021-03-07 12:24:34 +01:00
commit fc1912bfa9
10 changed files with 188 additions and 88 deletions

View file

@ -7,7 +7,7 @@ import (
const v1 = "/" + schemav1.Version
var routes = []types.Route{
var Routes = []types.Route{
{
"/healthz",
healthzHandler,