From 67ffda1072e03c3da09b06d71c919e831f1ddf58 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 9 Mar 2024 15:27:13 +0000 Subject: [PATCH] Embed Swagger docs for API --- web/src/pages/api/index.astro | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 web/src/pages/api/index.astro diff --git a/web/src/pages/api/index.astro b/web/src/pages/api/index.astro new file mode 100644 index 0000000..29ec5ce --- /dev/null +++ b/web/src/pages/api/index.astro @@ -0,0 +1,34 @@ +--- +import Layout from '@layouts/Layout.astro'; +import Buton from '@components/form/Button.astro'; + +import MainCard from '@components/scafold/MainCard.astro'; + +--- + + + + +
+
+ +
+ + + +