fixed type

This commit is contained in:
J-onasJones 2024-08-30 04:08:54 +02:00
parent 8a46db1d67
commit 8b5377c195

View file

@ -51,7 +51,7 @@ In theory this should always be the case but it is not guaranteed. Downtime can
:::
A Rust back-end available on [Github](https://github.com/JonasunderscoreJones/jonas_jones-api) that handles all the forwarded requests from the [front-end](#front-end). The API is currently in it's first version therefore all routes start with `/v1/`. The routes are referenced on the [V! Routes](/API/v1-routes) page.
A Rust back-end available on [Github](https://github.com/JonasunderscoreJones/jonas_jones-api) that handles all the forwarded requests from the [front-end](#front-end). The API is currently in it's first version therefore all routes start with `/v1/`. The routes are referenced on the [v1 Routes](/API/v1-routes) page.