- Added an element to the frontend which displays the current version.
- Added a basic React frontend.
- Added the option to set the
FRONTEND_URL
environment variable. Redirects the requester to set URL when requesting the root.
- Added
cors
.
- Added the
/stats
endpoint which displays some basic information.
- Changed the rate limit of the
/add
endpoint to be 30 every minute.
- Added an rate limit to the add endpoint.
- Added the most basic working structure for the backend.