Compare commits
3 commits
b8947e610d
...
4e31700598
Author | SHA1 | Date | |
---|---|---|---|
4e31700598 | |||
24d7ca22a6 | |||
15cd650634 |
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://forgejo.creations.works/creations/booru-api
|
||||
git clone https://git.creations.works/creations/booru-api
|
||||
cd booru-api
|
||||
```
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ async function handler(): Promise<Response> {
|
|||
message:
|
||||
"Welcome to the booru API, check the documentation for more information",
|
||||
links: {
|
||||
forgejo: "https://forgejo.creations.works/creations/booru-api",
|
||||
forgejo: "https://git.creations.works/creations/booru-api",
|
||||
GitHub: "https://github.com/Creationsss/booru-api",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue