mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
remove HTML archives pages, leave only the sitemaps.
This commit is contained in:
2
main.go
2
main.go
@@ -125,8 +125,6 @@ func main() {
|
||||
mux.HandleFunc("/relays-archive.xml", renderArchive)
|
||||
mux.HandleFunc("/npubs-archive.xml", renderArchive)
|
||||
mux.HandleFunc("/services/oembed", renderOEmbed)
|
||||
mux.HandleFunc("/relays-archive/", renderArchive)
|
||||
mux.HandleFunc("/npubs-archive/", renderArchive)
|
||||
mux.HandleFunc("/njump/image/", renderImage)
|
||||
mux.HandleFunc("/njump/proxy/", proxy)
|
||||
mux.HandleFunc("/robots.txt", renderRobots)
|
||||
|
||||
Reference in New Issue
Block a user