we will probably switch to our own renderer but kitten's server is borked rn
All checks were successful
Build and Test / cache-mii (push) Successful in 2m26s
All checks were successful
Build and Test / cache-mii (push) Successful in 2m26s
This commit is contained in:
parent
326f4dbe80
commit
5d7f581a86
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use rocket::State;
|
||||||
use reqwest::Client;
|
use reqwest::Client;
|
||||||
use bytes::Bytes;
|
use bytes::Bytes;
|
||||||
|
|
||||||
static MII_RENDERER_URL: &str = "https://mii-server.cubexmine.dev";
|
static MII_RENDERER_URL: &str = "https://mii-unsecure.ariankordi.net/";
|
||||||
|
|
||||||
async fn request_mii_render(client: &State<Client>, pid: i32, path: &str) -> Option<Bytes> {
|
async fn request_mii_render(client: &State<Client>, pid: i32, path: &str) -> Option<Bytes> {
|
||||||
let req_str = format!("{MII_RENDERER_URL}/{pid}/{path}");
|
let req_str = format!("{MII_RENDERER_URL}/{pid}/{path}");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue