Skip to content

Commit

Permalink
Remove unused sitemap route from backend (#264)
Browse files Browse the repository at this point in the history
everaldorodrigo authored Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ab7c6b4 commit 0210684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discovery/handlers/base.py
Original file line number Diff line number Diff line change
@@ -73,7 +73,6 @@ def get(self):
HANDLERS = [
(r"/user/?", UserInfoHandler),
(r"/logout/?", LogoutHandler),
(r"/sitemap.xml", RedirectHandler, {"url": "/static/sitemap.xml"}),
(r"/sitemap/dataset.xml", DatasetSitemapHandler),
(r"/dataset/(geo/.+)", RedirectHandler, {"url": "http://metadataplus.biothings.io/{0}"}),
]

0 comments on commit 0210684

Please sign in to comment.