diff --git a/cmd/webapi/main.go b/cmd/webapi/main.go index 81a8bbb..2002051 100644 --- a/cmd/webapi/main.go +++ b/cmd/webapi/main.go @@ -127,7 +127,6 @@ func run() error { return fmt.Errorf("creating the API server instance: %w", err) } - router := apirouter.Handler() router, err = registerWebUI(router)