We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f2cc1 commit 5552098Copy full SHA for 5552098
controllers/router.go
@@ -65,7 +65,7 @@ func Router(cfg *config.Config, db *models.Repository,
65
switch host {
66
67
case cfg.Server.Domain:
68
- fmt.Printf("HERE = %+v\n", host)
+ publicRouter.ServeHTTP(w, r)
69
return
70
71
case fmt.Sprintf("admin.%s", cfg.Server.Domain):
0 commit comments