Skip to content

Commit

Permalink
- test
Browse files Browse the repository at this point in the history
  • Loading branch information
cesare-montresor committed Oct 29, 2023
1 parent 2b4bcf1 commit 0a4d81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/services/github-api-service/github-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { Injectable } from '@angular/core';
providedIn: 'root'
})
export class GithubApiService {
constructor(private baseUrl: String) {
baseUrl = 'http://localhost:4000/';
}
private baseUrl: String = 'http://localhost:4000/'

constructor() {}


public async getAccessToken(codeParam:any) {
Expand Down

0 comments on commit 0a4d81c

Please sign in to comment.