diff options
| author | Fuwn <[email protected]> | 2021-08-24 05:21:48 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-08-24 05:21:48 +0000 |
| commit | 38349a3c68ecfc8ec7b948d7cfa933edba4dd805 (patch) | |
| tree | cf257d2823dc2b53f7b7e221d7731a0138620210 /handler.go | |
| parent | feat(handler): redirect /x/* requests to /proxy (diff) | |
| parent | chore(index): minor wording changes (diff) | |
| download | space-38349a3c68ecfc8ec7b948d7cfa933edba4dd805.tar.xz space-38349a3c68ecfc8ec7b948d7cfa933edba4dd805.zip | |
Merge branch 'main' of https://github.com/fuwn/space
Diffstat (limited to 'handler.go')
| -rw-r--r-- | handler.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ func errors() { func meta() { createFileRoute("/favicon.txt", "favicon.txt") + createFileRoute("/favicon.ico", "favicon.ico") + createFileRoute("/robots.txt", "robots.txt") } func redirect() { |