合并为一个项目 #14
@@ -111,7 +111,7 @@ export class ApiService extends HttpService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
categories() {
|
categories() {
|
||||||
return super.Service<Tag[]>({
|
return super.Service<Category[]>({
|
||||||
path: '/categories',
|
path: '/categories',
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user