fix swagger docs
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user