create cylinder
This commit is contained in:
@@ -111,4 +111,8 @@ export class ApiService {
|
||||
getActivities(): Observable<any[]> {
|
||||
return this.http.get<any[]>('api/user/activities');
|
||||
}
|
||||
|
||||
createCylinder(data: any) {
|
||||
return this.http.post<ICylinder>('api/cylinder', data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user