Switched to New Mii Renderer
This commit is contained in:
parent
c07410b1a7
commit
3184001ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use rocket::State;
|
||||||
use reqwest::Client;
|
use reqwest::Client;
|
||||||
use bytes::Bytes;
|
use bytes::Bytes;
|
||||||
|
|
||||||
static MII_RENDERER_URL: &str = "https://mii-unsecure.ariankordi.net/";
|
static MII_RENDERER_URL: &str = "https://mii-render.spfn.net";
|
||||||
|
|
||||||
static ALLOWED_FORMATS: [&str; 2] = [
|
static ALLOWED_FORMATS: [&str; 2] = [
|
||||||
"png",
|
"png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue