[DEV] correct edit

This commit is contained in:
Edouard DUPIN 2020-01-29 22:28:53 +01:00
parent c4100a7db4
commit f49c0be541

View File

@ -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 {