Skip to content

Commit

Permalink
added enviroment test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jis van Overschot committed Oct 17, 2018
1 parent fd2af40 commit a034fa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions intro-tour-client/src/environments/enviroment.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const environment = {
production: true,
name: 'test',
API_URL: 'https://api.intro-tour-test.nl/'
};

0 comments on commit a034fa8

Please sign in to comment.