Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromav committed Jun 6, 2018
1 parent 987462b commit 68aec56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ LICENSE
public/dist
package-lock.json
.env
.nyc_output
3 changes: 2 additions & 1 deletion public/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const environment = {
production: true,
apiUrl: '/api'
apiUrl: '/api',
robotsCollection: 'robot'
};

0 comments on commit 68aec56

Please sign in to comment.