diff options
| author | Fuwn <[email protected]> | 2022-03-09 02:11:58 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 02:11:58 +0000 |
| commit | a6b35329c03e46870df13c1c59f0254a511c4614 (patch) | |
| tree | 51ce63c04abdb674fae8657184e904e59a8b4df4 /src | |
| parent | refactor(routes): get index from file (diff) | |
| download | api-worker-a6b35329c03e46870df13c1c59f0254a511c4614.tar.xz api-worker-a6b35329c03e46870df13c1c59f0254a511c4614.zip | |
fix(index.rst): document random
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.rst b/src/index.rst index 0b96cf1..145cf4c 100644 --- a/src/index.rst +++ b/src/index.rst @@ -12,9 +12,10 @@ For example; if a route is notated as "/v2/route/:parameter", you can access tha - /: Index page, a mirror of /v2 (you are here) - /v2 - - /github: GitHub API mirror for https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books + - /github: GitHub API mirror for the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository - /languages: A list of all languages that appear in the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository - /language/:language: A list of all images that are labeled under the language, ":language", in the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository + - /random: A random image from the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository Notes ----- |