Correctly use caching server
This commit is contained in:
parent
2bfb3790df
commit
71c23ff24a
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ pub async fn get_miis(
|
||||||
.iter()
|
.iter()
|
||||||
.map(|(file, img_type)| {
|
.map(|(file, img_type)| {
|
||||||
// dummy URL for now
|
// dummy URL for now
|
||||||
let url = format!("{}/mii/{}/{}", &*MII_PROVIDER_SERVER_URL, row.pid, file);
|
let url = format!("{}/{}/{}", &*MII_PROVIDER_SERVER_URL, row.pid, file);
|
||||||
MiiImage {
|
MiiImage {
|
||||||
cached_url: url.clone(),
|
cached_url: url.clone(),
|
||||||
id: mii_id,
|
id: mii_id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue