aboutsummaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/handler.go b/handler.go
index 99a7a2f..64be725 100644
--- a/handler.go
+++ b/handler.go
@@ -32,9 +32,9 @@ func errors() {
func meta() {
createFileRoute("/favicon.txt", "favicon.txt")
createFileRoute("/favicon.ico", "favicon.ico")
- createFileRoute("/robots.txt", "robots.txt")
+ createFileRoute("/robots.txt", "robots.txt")
}
func redirect() {
- createRedirectRoute("/x/*", "/proxy")
+ createRedirectRoute("/x/*", "/proxy", true)
}