diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-13 03:03:12 -0400 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-13 03:03:12 -0400 |
commit | 195769230c0809cc186637951855319d1bd13f8e (patch) | |
tree | cd7110939df7e800029daa7328360d4953d3185b /pkg/api/api0/web.go | |
parent | 6f72a024fa0cb49022bd91c0a6a08d7b9f78767d (diff) | |
download | Atlas-195769230c0809cc186637951855319d1bd13f8e.tar.gz Atlas-195769230c0809cc186637951855319d1bd13f8e.zip |
pkg/api/api0, web: Implement static site handler, move redirects
Diffstat (limited to 'pkg/api/api0/web.go')
-rw-r--r-- | pkg/api/api0/web.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/api/api0/web.go b/pkg/api/api0/web.go deleted file mode 100644 index 477f1ab..0000000 --- a/pkg/api/api0/web.go +++ /dev/null @@ -1,8 +0,0 @@ -package api0 - -/* - /github: https://github.com/R2Northstar - /discord: https://discord.gg/northstar - /wiki: https://r2northstar.gitbook.io/ - /thunderstore: https://northstar.thunderstore.io -*/ |