合并为一个项目 #14

Merged
xiaohai2271 merged 56 commits from issue11 into master 2020-05-16 22:35:08 +08:00
Showing only changes of commit dd38eaac54 - Show all commits

View File

@@ -111,7 +111,7 @@ export class ApiService extends HttpService {
}
categories() {
return super.Service<Tag[]>({
return super.Service<Category[]>({
path: '/categories',
method: 'GET'
});