Skip to content

Commit

Permalink
Update some-random-api.ml to com cause owner skill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex committed May 10, 2023
1 parent 9b24caa commit 9f8a9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Nya features a floating screen, allowing Nya to be accessed outside of the gamep
* [Fluxpoint.dev](https://fluxpoint.dev/api)
* [Anime-Images API](https://anime-api.hisoka17.repl.co/)
* [Catboys](https://catboys.com/)
* [Animals (some-random-api.ml)](https://some-random-api.ml/)
* [Animals (https://some-random-api.com)](https://some-random-api.com/)
* [Local Files](#local-files)
### Local Files
In order for local files to work there must be compatible images in the sfw / nsfw files found in Nya's folder in `ModData\com.beatgames.beatsaber\Mods\Nya\Images`.
Expand Down
2 changes: 1 addition & 1 deletion src/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ inline std::map<std::string, SourceData> endpoint_data = {
},
{"Animals",
{
"https://some-random-api.ml/animal/",
"https://some-random-api.com/animal/",
DataMode::Json,
{
{"cat", "cat"},
Expand Down

0 comments on commit 9f8a9ba

Please sign in to comment.