From f717fcbbf5543e1100be88e542ee3b056928b718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Tue, 24 Feb 2026 16:43:56 -0300 Subject: [PATCH] =?UTF-8?q?Reabilita=20documenta=C3=A7=C3=A3o=20da=20API?= =?UTF-8?q?=20rest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/templates/sigi/api/redoc.html | 21 +++++++++++++++++++ sigi/templates/sigi/api/swagger-ui.html | 28 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 sigi/templates/sigi/api/redoc.html create mode 100644 sigi/templates/sigi/api/swagger-ui.html diff --git a/sigi/templates/sigi/api/redoc.html b/sigi/templates/sigi/api/redoc.html new file mode 100644 index 0000000..07650ce --- /dev/null +++ b/sigi/templates/sigi/api/redoc.html @@ -0,0 +1,21 @@ + + + + SIGI ReDoc documentation + + + + + + + + + + + + \ No newline at end of file diff --git a/sigi/templates/sigi/api/swagger-ui.html b/sigi/templates/sigi/api/swagger-ui.html new file mode 100644 index 0000000..0d2ab1c --- /dev/null +++ b/sigi/templates/sigi/api/swagger-ui.html @@ -0,0 +1,28 @@ + + + + SIGI Swagger documentation + + + + + +
+ + + + \ No newline at end of file