Compare commits

..

3 commits

Author SHA1 Message Date
4e31700598
forgot forg rename 2025-02-02 14:08:25 -05:00
24d7ca22a6
Merge branch 'dev' 2025-02-02 13:55:27 -05:00
15cd650634 Update README.md 2025-01-12 17:58:24 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://forgejo.creations.works/creations/booru-api git clone https://git.creations.works/creations/booru-api
cd booru-api cd booru-api
``` ```

View file

@ -12,7 +12,7 @@ async function handler(): Promise<Response> {
message: message:
"Welcome to the booru API, check the documentation for more information", "Welcome to the booru API, check the documentation for more information",
links: { links: {
forgejo: "https://forgejo.creations.works/creations/booru-api", forgejo: "https://git.creations.works/creations/booru-api",
GitHub: "https://github.com/Creationsss/booru-api", GitHub: "https://github.com/Creationsss/booru-api",
}, },
}, },