From 036d5bbde21918cb48785da2fc8530dc51f2f743 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sun, 13 Jul 2025 13:48:58 +0900 Subject: [PATCH] Fix a broken link Signed-off-by: Yuji Yaginuma --- examples/api_with_schema_and_controllers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api_with_schema_and_controllers/README.md b/examples/api_with_schema_and_controllers/README.md index 0e36a493..4f01faa2 100644 --- a/examples/api_with_schema_and_controllers/README.md +++ b/examples/api_with_schema_and_controllers/README.md @@ -2,7 +2,7 @@ Simple example of how you can use the following options: * https://itsi.fyi/middleware/endpoint/ -* https://itsi.fyi/middleware/endpoint/controller +* https://itsi.fyi/middleware/controller * https://itsi.fyi/middleware/endpoint/schemas/ to create validated JSON endpoints directly inside Itsi without a dedicated framework