create angefangen

This commit is contained in:
Bastian Wagner
2024-10-18 17:26:36 +02:00
parent 76e54cfaa0
commit 5e2b900b18
8 changed files with 136 additions and 8 deletions

View File

@@ -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);