Project

General

Profile

« Previous | Next » 

Revision 58098

Second commit for the new layout provided by the UX team

View differences:

repository.service.ts
61 61
    return this.httpClient.post<Repository>(url, newRepository, headerOptions);
62 62
  }
63 63

  
64
  // updateRepository(repoInfo: Repository): Observable<Repository> {
65
  //   const url = `${this.apiUrl}updateRepository`;
66
  //   console.log(`knocking on: ${url}`);
67
  //   console.log(`sending ${JSON.stringify(repoInfo)}`);
68
  //   return this.httpClient.post<Repository>(url, repoInfo, headerOptions);
69
  // }
70

  
64 71
  updateRepository(repoInfo: Repository): Observable<Repository> {
65 72
    const url = `${this.apiUrl}updateRepository`;
66 73
    console.log(`knocking on: ${url}`);

Also available in: Unified diff