[DEV] correct edit
This commit is contained in:
parent
c4100a7db4
commit
f49c0be541
@ -13,8 +13,8 @@ export class GroupService {
|
||||
get(_id:number):any {
|
||||
return this.http.get_specific("group", _id);
|
||||
};
|
||||
getOrder(_id:number):any {
|
||||
return this.http.get_specific("group", _id, "", ["name","id"]);
|
||||
getOrder():any {
|
||||
return this.http.get_specific("group", null, "", ["name","id"]);
|
||||
};
|
||||
|
||||
getVideoAll(_id:number):any {
|
||||
|
Loading…
Reference in New Issue
Block a user