diff options
Diffstat (limited to 'src')
| -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 |