From dd38eaac543fcfe84254303dfa003192f94906cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B5=B7?= Date: Tue, 5 May 2020 21:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=8D=E5=BA=94=E6=95=B0=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index/src/app/api/api.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/src/app/api/api.service.ts b/index/src/app/api/api.service.ts index 1933630..a591d08 100644 --- a/index/src/app/api/api.service.ts +++ b/index/src/app/api/api.service.ts @@ -111,7 +111,7 @@ export class ApiService extends HttpService { } categories() { - return super.Service({ + return super.Service({ path: '/categories', method: 'GET' });