Skip to content

Commit 5552098

Browse files
committed
Fixed controller
1 parent 49f2cc1 commit 5552098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func Router(cfg *config.Config, db *models.Repository,
6565
switch host {
6666

6767
case cfg.Server.Domain:
68-
fmt.Printf("HERE = %+v\n", host)
68+
publicRouter.ServeHTTP(w, r)
6969
return
7070

7171
case fmt.Sprintf("admin.%s", cfg.Server.Domain):

0 commit comments

Comments
 (0)