Fix main.go intendation

This commit is contained in:
Marco Realacci 2022-12-24 20:35:47 +01:00
parent 2bb8ea59e7
commit 055bdcabff

View file

@ -127,7 +127,6 @@ func run() error {
return fmt.Errorf("creating the API server instance: %w", err)
}
router := apirouter.Handler()
router, err = registerWebUI(router)