all quotas

This commit is contained in:
_Bastler
2021-06-01 12:24:55 +02:00
parent a1717bdeb2
commit aef130dff4
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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");