Actualizar README.md
Unit Tests with docker compose / unit-test (push) Successful in 23s Details
Build image / build (push) Successful in 46s Details

This commit is contained in:
Suguivy 2024-05-11 17:39:08 +00:00
parent 64c6424ee3
commit dd8066207e
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
The [bot image moderation frontend](https://git.fai.st/fedi-image-bot/bot-image-moderation-fe) (from now called frontend) can't access the Gelbooru API directly due to CORS issues.
This project serves as a solution to the given problem. It has an endpoint to get an image URL from the Gelbooru API, that was verified through the bot API to not be repeated.
This project serves as a solution to the given problem. It's an API with a single endpoint, which gets an image URL from the Gelbooru API, that was verified through the bot API to not be repeated.