Se muestran los eventos asociados a la disco en la BD. No se muestran, y deberían, los recién añadidos

This commit is contained in:
2021-03-25 12:29:41 +01:00
parent 4b2d8cf7b6
commit bc2d935506
7 changed files with 52 additions and 135 deletions

View File

@@ -39,6 +39,12 @@ export class ApiService {
}
getEventos(discotecaID: number): Observable<Eventoi[]>{
return this.http.post<Eventoi[]>(this.baseUrl+"/eventosDiscoteca", {"id": discotecaID});
}