aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-08 03:18:42 -0800
committerFuwn <[email protected]>2022-03-08 03:18:42 -0800
commit2685b9cbf585b48b4f5beea663e7b884e09f341f (patch)
tree1cc3c3d2aa5a1e129aa9500a6d0e6350407d2724
parentci(github): add check workflow (diff)
downloadapi-worker-2685b9cbf585b48b4f5beea663e7b884e09f341f.tar.xz
api-worker-2685b9cbf585b48b4f5beea663e7b884e09f341f.zip
fix(routes): index version
-rw-r--r--src/routes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes.rs b/src/routes.rs
index 955dc2a..fa71294 100644
--- a/src/routes.rs
+++ b/src/routes.rs
@@ -38,7 +38,7 @@ route via the url "http://this.domain/v1/route/something".
- /
- /: index page (you are here)
-- /v1
+- /v2
- /github: github api mirror
- /languages: a list of all languages that appear in _the_ repository
- /language/:language: get a list of all images that pertain to the language