Compare commits

..

No commits in common. "4e31700598d2972301f65cc07fa9cca7eb5829fd" and "b8947e610d77205e6e0c53e4494472e37ef7de86" have entirely different histories.

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://git.creations.works/creations/booru-api git clone https://forgejo.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://git.creations.works/creations/booru-api", forgejo: "https://forgejo.creations.works/creations/booru-api",
GitHub: "https://github.com/Creationsss/booru-api", GitHub: "https://github.com/Creationsss/booru-api",
}, },
}, },