Skip to content

Commit 03ffd58

Browse files
committed
update link
1 parent e7c14d3 commit 03ffd58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FastAPI-powered micro CDN for storing and serving uploaded assets. Files are wri
1212
- SQLite by default, with environment overrides for production databases.
1313

1414
## Live Demo
15-
- Try the hosted instance at [https://cdn.lunaticsm.web.id](https://cdn.alterbase.web.id/) to see the animated metrics, HTML landing page, and API guide in action.
15+
- Try the hosted instance at [https://cdn.alterbase.web.id](https://cdn.alterbase.web.id) to see the animated metrics, HTML landing page, and API guide in action.
1616

1717
## Getting Started
1818

app/templates/pages/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>AlterBase CDN API</h1>
1717

1818
<section>
1919
<h2>Base URL</h2>
20-
<pre><code>https://cdn.lunaticsm.web.id</code></pre>
20+
<pre><code>https://cdn.alterbase.web.id</code></pre>
2121
</section>
2222

2323
<section>
@@ -38,7 +38,7 @@ <h2>Endpoints</h2>
3838

3939
<section>
4040
<h2>CURL Example</h2>
41-
<pre><code>curl -X POST https://cdn.lunaticsm.web.id/upload \
41+
<pre><code>curl -X POST https://cdn.alterbase.web.id/upload \
4242
-F "file=@/path/to/photo.jpg" \
4343
-H "Accept: application/json"</code></pre>
4444
</section>

0 commit comments

Comments
 (0)