diff options
| author | Fuwn <[email protected]> | 2022-03-08 03:18:42 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 03:18:42 -0800 |
| commit | 2685b9cbf585b48b4f5beea663e7b884e09f341f (patch) | |
| tree | 1cc3c3d2aa5a1e129aa9500a6d0e6350407d2724 | |
| parent | ci(github): add check workflow (diff) | |
| download | api-worker-2685b9cbf585b48b4f5beea663e7b884e09f341f.tar.xz api-worker-2685b9cbf585b48b4f5beea663e7b884e09f341f.zip | |
fix(routes): index version
| -rw-r--r-- | src/routes.rs | 2 |
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 |