Project

General

Profile

« Previous | Next » 

Revision 51416

trying to fix modal display

View differences:

repository.service.ts
38 38
      .catch(this.handleError);
39 39
  }
40 40

  
41
  updateInterface(interfaceInfo: RepositoryInterface): Observable<RepositoryInterface> {
42
    let url = `${this.apiUrl}updateInterface`;
41
  updateInterface(repoId: string, interfaceInfo: RepositoryInterface): Observable<RepositoryInterface> {
42
    let url = `${this.apiUrl}updateRepositoryInterface?repoId=${repoId}`;
43 43
    console.log(`knocking on: ${url}`);
44 44
    console.log(`sending ${JSON.stringify(interfaceInfo)}`);
45 45
    httpOptions.withCredentials = true;

Also available in: Unified diff