all quotas
This commit is contained in:
@@ -14,6 +14,10 @@ export class QuotaService {
|
||||
quotas() {
|
||||
return this.http.get(environment.apiUrl + "/quotas");
|
||||
}
|
||||
|
||||
quotasAll() {
|
||||
return this.http.get(environment.apiUrl + "/quotas/all");
|
||||
}
|
||||
|
||||
quotasNew() {
|
||||
return this.http.get(environment.apiUrl + "/quotas/new");
|
||||
|
||||
Reference in New Issue
Block a user