From 6114ebc62e85289c3a0a80b6062e6a78d115f5dc Mon Sep 17 00:00:00 2001 From: Suguivy Date: Wed, 27 Mar 2024 20:13:57 +0000 Subject: [PATCH] Fixed explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cdcef8..acc01b4 100644 --- a/README.md +++ b/README.md @@ -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. The middleware service will be called by the frontend, and it will request an image with an `available` state. Finally, the image will be encoded into the response and sent back to the fronted. This way, the frontend can retrieve images without CORS issues. \ No newline at end of file +This project serves as a solution to the given problem. It has an endpoint to get an image from the Gelbooru API, that was verified through the bot API to not be repeated. The image is directly encoded in the response. \ No newline at end of file