Reformat code
This commit is contained in:
parent
4b10d3d056
commit
093180f5b2
17 changed files with 101 additions and 104 deletions
|
|
@ -24,7 +24,7 @@ export class ShowsApiService {
|
|||
}
|
||||
|
||||
getShow(id: string): Observable<ShowsApiIdResponse> {
|
||||
return this.http.get<ShowsApiIdResponse>(this.showsEndpoint + "id/" + id )
|
||||
return this.http.get<ShowsApiIdResponse>(this.showsEndpoint + "id/" + id)
|
||||
}
|
||||
|
||||
sendShow(newShow: {}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue