Add custom 404 page

This commit is contained in:
rubenwardy
2021-04-10 16:30:19 +01:00
parent c2994a27fd
commit 8dbd22f56c
4 changed files with 24 additions and 7 deletions

View File

@@ -122,8 +122,8 @@ Supported query parameters:
* `min_minetest_version`: dict or null, minimum supported minetest version (inclusive).
* `max_minetest_version`: dict or null, minimum supported minetest version (inclusive).
* `package`
* `author`: author username.
* `name`
* `author`: author username
* `name`: technical name
* `type`: `mod`, `game`, or `txp`
* GET `/api/packages/<username>/<name>/releases/` (List)
* Returns array of release dictionaries, see above, but without package info.