Fix invalid API route in docs for .cdb.json schema (#416)

This commit is contained in:
AFCMS 2023-01-03 13:43:18 +01:00 committed by GitHub
parent 72b4029ed3
commit 4c98063d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -445,6 +445,6 @@ Supported query parameters:
* `high_reviewed`: highest reviewed
* GET `/api/welcome/v1/` ([View](/api/welcome/v1/)) - in-menu welcome dialog. Experimental (may change without warning)
* `featured`: featured games
* GET `/api/cdb_schema/` ([View](/api/schema/))
* GET `/api/cdb_schema/` ([View](/api/cdb_schema/))
* Get JSON Schema of `.cdb.json`, including licenses, tags and content warnings.
* See [JSON Schema Reference](https://json-schema.org/).
* See [JSON Schema Reference](https://json-schema.org/).