create angefangen
This commit is contained in:
@@ -37,7 +37,8 @@ export class ApiService {
|
||||
return this.http.get<any[]>('api/key/cylinder');
|
||||
}
|
||||
|
||||
postKey(key: IKey) {}
|
||||
createKey(key: any) {
|
||||
}
|
||||
|
||||
postKeySystem(keySystem: any) {
|
||||
return this.http.post('api/key/system', keySystem);
|
||||
|
||||
Reference in New Issue
Block a user