Skip to content

Commit

Permalink
chore: use new Firebase functions endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Mar 18, 2018
1 parent d53a652 commit a7de1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
apiHost: 'http://api.trumpymctweetface.com',
apiHost: 'https://us-central1-trumpymctweetface.cloudfunctions.net/api',
production: true,
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
// The list of which env maps to which file can be found in `.angular-cli.json`.

export const environment = {
apiHost: 'http://localhost:5000',
apiHost: 'http://localhost:5000/trumpymctweetface/us-central1/api',
production: false,
};

0 comments on commit a7de1a4

Please sign in to comment.