Commit 4076f1ff authored by nanahira's avatar nanahira

fix

parent 7231a554
Pipeline #29858 passed with stages
in 5 minutes and 35 seconds
...@@ -18,7 +18,7 @@ export class AvatarApiService extends ConsoleLogger { ...@@ -18,7 +18,7 @@ export class AvatarApiService extends ConsoleLogger {
}, },
} = await lastValueFrom( } = await lastValueFrom(
this.http.get( this.http.get(
`https://ygobbs.com/users/${encodeURIComponent( `https://ygobbs2.com/users/${encodeURIComponent(
originalUsername, originalUsername,
)}.json`, )}.json`,
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment