|
|
@@ -304,12 +304,8 @@ func runWeb(c *cli.Context) error {
|
|
|
m.Get("/contribute", ignSignIn, pages.Contribute)
|
|
|
m.Get("/security", ignSignIn, pages.Security)
|
|
|
m.Get("/verified", ignSignIn, pages.Verified)
|
|
|
- m.Get("/makers", ignSignIn, pages.Makers)
|
|
|
m.Get("/help", ignSignIn, pages.Help)
|
|
|
m.Get("/contact", ignSignIn, pages.Contact)
|
|
|
- m.Get("/request", ignSignIn, pages.FeatureRequest)
|
|
|
- m.Get("/sponsorship", ignSignIn, pages.Sponsorship)
|
|
|
- m.Get("/sponsors", ignSignIn, pages.Sponsors)
|
|
|
|
|
|
// ***** END: Pages *****
|
|
|
|