|
|
@@ -322,7 +322,9 @@ func runWeb(c *cli.Context) error {
|
|
|
|
|
|
// ***** END: Pages *****
|
|
|
|
|
|
- m.Get("/user.sitemap.xml", ignSignIn, admin.Sitemap)
|
|
|
+ m.Group("/sitemap", func() {
|
|
|
+ m.Get("/users.xml", ignSignIn, admin.Sitemap)
|
|
|
+ })
|
|
|
|
|
|
// ***** START: Misc *****
|
|
|
m.Get("/certificate/:username", ignSignIn, user.InternCertificate)
|