chore(readme): update rvcd.win to revanced.app

This commit is contained in:
Ushie 2022-12-26 21:29:54 +03:00
parent 7a6cde4fe3
commit 36dd00dfe9
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F

View File

@ -8,7 +8,7 @@ This is a simple API that returns the latest ReVanced releases, patches and cont
## Usage
The API is available at [https://releases.rvcd.win/](https://releases.rvcd.win/).
The API is available at [https://releases.revanced.app/](https://releases.revanced.app/).
You can deploy your own instance by cloning this repository, editing the `docker-compose.yml` file to include your GitHub token and running `docker-compose up` or `docker-compose up --build` if you want to build the image locally instead of pulling from GHCR. Optionally you can run the application without Docker by running `poetry install` and `poetry run ./run.sh`. In this case, you'll also need a redis server and setup the following environment variables on your system.
@ -27,10 +27,10 @@ If you don't have a Sentry instance, we recommend using [GlitchTip](https://glit
### API Endpoints
* [tools](https://releases.rvcd.win/tools) - Returns the latest version of all ReVanced tools and Vanced MicroG
* [patches](https://releases.rvcd.win/patches) - Returns the latest version of all ReVanced patches
* [contributors](https://releases.rvcd.win/contributors) - Returns contributors for all ReVanced projects
* [announcement](https://releases.rvcd.win/announcement) - Returns the latest announcement for the ReVanced projects
* [tools](https://releases.revanced.app/tools) - Returns the latest version of all ReVanced tools and Vanced MicroG
* [patches](https://releases.revanced.app/patches) - Returns the latest version of all ReVanced patches
* [contributors](https://releases.revanced.app/contributors) - Returns contributors for all ReVanced projects
* [announcement](https://releases.revanced.app/announcement) - Returns the latest announcement for the ReVanced projects
## Clients