From 06d44df5773f048870f52aada2021abe897b9e21 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Sun, 3 Jul 2022 19:00:20 +0200 Subject: [PATCH] Update README.md --- backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index c58de2a..7fcce25 100644 --- a/backend/README.md +++ b/backend/README.md @@ -16,7 +16,7 @@ For each service created this module create a Thread that manage all the complex Firegex is reliable thanks to the fact that it's proxy it's not a python proxy, but it it's wrote in c++ using boost lib. This allow to have an high efficency proxy and high efficency regex filter match. A python wrapping and ubstraction module allow the use of this binary, that it's not been thought to be easy to use for humans. The wrapper allow to have from the binary all the needed statistics, and update it's status and it's regex without any downtime of the service: the changes are catched and executed during the execution of the proxy. -### All the documentation of the API you can go to /docs path and see the automatic onfiguration generated by FastAPI +### All the documentation of the API you can go to `/docs` path and see the automatic documentation generated by FastAPI -## [GO BACK](../README.md) \ No newline at end of file +## [GO BACK](../README.md)