Skip to content

Commit

Permalink
Bugfix - Missing API path added to production config.
Browse files Browse the repository at this point in the history
  • Loading branch information
little-pinecone committed Jan 6, 2019
1 parent ea11fb6 commit 3cd0850
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,3 +1,4 @@
export const environment = {
production: true
production: true,
apiUrl: 'http://localhost:8080/api'
};

0 comments on commit 3cd0850

Please sign in to comment.