Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Fix landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Nov 15, 2019
1 parent 06a961e commit e229bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/mga/landing/landingdriver/http_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

// RegisterHTTPHandlers mounts the HTTP handler for the landing page in a router.
func RegisterHTTPHandlers(router *mux.Router) {
router.Path("").Methods(http.MethodGet).HandlerFunc(Landing)
router.Path("/").Methods(http.MethodGet).HandlerFunc(Landing)
}

// Landing is the landing page for Modern Go Application.
Expand Down

0 comments on commit e229bcc

Please sign in to comment.