Skip to content

Commit

Permalink
It will remove link from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kiptoo-rotich committed May 24, 2021
1 parent 6268861 commit af3ad60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export const environment = {
production: true,
apiUrl1 : `https://api.github.com/users/username/repos`
};
2 changes: 0 additions & 2 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

export const environment = {
production: true,
apiUrl1 : `https://api.github.com/users/username/repos`

};

/*
Expand Down

0 comments on commit af3ad60

Please sign in to comment.