fix swagger docs

This commit is contained in:
root
2026-03-10 18:29:09 -04:00
parent 25e7b3c67c
commit ba1206e314
4 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"info": {
"title": "Alrahma Unified API",
"version": "1.0.0",
"description": "HTTP endpoints that power the Alrahma platform. Routes are namespaced under `/api/v1` unless noted otherwise."
"description": "HTTP endpoints that power the Alrahma platform. Routes are namespaced under /api/v1 unless noted otherwise."
},
"servers": [
{
+1 -1
View File
@@ -7,7 +7,7 @@
<title>Alrahma API Docs</title>
<link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@5/swagger-ui.css">
<style>
body { margin: 0; background: #0f172a; }
body { margin: 0; background: #ffffff; }
#swagger-ui { min-height: 100vh; }
</style>
</head>