Commit af53a72c authored by 神楽坂玲奈's avatar 神楽坂玲奈

url

parent 9fc30d3a
{
"name": "mycard-mobile",
"version": "1.0.40",
"version": "1.0.41",
"license": "UNLISENCED",
"scripts": {
"ng": "ng",
"start": "ng serve --aot --host 0.0.0.0",
"build": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile/ --deploy-url https://mycard.minio.mycard.moe:9000/mobile/ && npm run fuck",
"build:dev": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile2/ --deploy-url https://mycard.minio.mycard.moe:9000/mobile2/ && npm run fuck",
"build": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile/ --deploy-url https://cdn01.moecube.com/mobile/ && npm run fuck",
"build:dev": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile2/ --deploy-url https://cdn01.moecube.com/mobile2/ && npm run fuck",
"fuck": "patch -i service-worker.patch dist/ngsw-worker.js",
"postinstall": "patch -i webpack.patch -p0 -t",
"lint": "ng lint"
......
......@@ -198,7 +198,7 @@ export class YGOProService {
refresh
.pipe(
mergeMap(() =>
this.http.get<{ data: any[] }>('https://mycard.moe/ygopro/api/history', {
this.http.get<{ data: any[] }>('https://api.mycard.moe/ygopro/arena/history', {
params: { username: this.login.user.username, type: '0', page_num: '1' }
})
),
......
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