|
|
@@ -291,7 +291,6 @@ func runWeb(c *cli.Context) error {
|
|
|
m.Get("/faq", ignSignIn, pages.Faq)
|
|
|
m.Get("/privacy", ignSignIn, pages.Privacy)
|
|
|
m.Get("/tos", ignSignIn, pages.Tos)
|
|
|
- m.Get("/developers", ignSignIn, pages.Developers)
|
|
|
m.Get("/brand", ignSignIn, pages.Brand)
|
|
|
m.Get("/contribute", ignSignIn, pages.Contribute)
|
|
|
m.Get("/security", ignSignIn, pages.Security)
|