fixed Blog Api Server for production

This commit is contained in:
2025-11-05 21:29:19 +05:30
parent 088a1c3beb
commit cd2af612a2
3 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@
<div data-md-component="skip"> <div data-md-component="skip">
<a href="#aetoskia-blog-api-004" class="md-skip"> <a href="#aetoskia-blog-api-012" class="md-skip">
Skip to content Skip to content
</a> </a>
@@ -522,7 +522,7 @@ https://github.com/Neoteroi/essentials-openapi
Most likely, it is not desirable to edit this file by hand! Most likely, it is not desirable to edit this file by hand!
--> -->
<h1 id="aetoskia-blog-api-004">Aetoskia Blog API <span class="api-version">0.0.4</span></h1> <h1 id="aetoskia-blog-api-012">Aetoskia Blog API <span class="api-version">0.1.2</span></h1>
<div class="language-text highlight"><span class="filename">Text Only</span><pre><span></span><code>This is the **Aetoskia Blog API**, part of the personal service network. <div class="language-text highlight"><span class="filename">Text Only</span><pre><span></span><code>This is the **Aetoskia Blog API**, part of the personal service network.
Provides: Provides:
@@ -557,7 +557,7 @@ Fully async, secured via JWT auth.
<tr> <tr>
<td>Production server</td> <td>Production server</td>
<td> <td>
<a href="https://api.aetoskia.com" target="_blank" rel="noopener noreferrer">https://api.aetoskia.com</a> <a href="https://api.aetoskia.com/blogs" target="_blank" rel="noopener noreferrer">https://api.aetoskia.com/blogs</a>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@@ -13,11 +13,11 @@
"name": "MIT License", "name": "MIT License",
"url": "https://opensource.org/licenses/MIT" "url": "https://opensource.org/licenses/MIT"
}, },
"version": "0.0.4" "version": "0.1.2"
}, },
"servers": [ "servers": [
{ {
"url": "https://api.aetoskia.com", "url": "https://api.aetoskia.com/blogs",
"description": "Production server" "description": "Production server"
}, },
{ {

File diff suppressed because one or more lines are too long