Skip to content

Commit

Permalink
Updates public URL in environment
Browse files Browse the repository at this point in the history
The public server URL has been updated in the production environment
file.
  • Loading branch information
mrjato committed Dec 18, 2019
1 parent 47cb053 commit 0b701ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evoppi/frontend",
"version": "1.2.1",
"version": "1.2.2",
"description": "EvoPPI - Evolutionary Protein-Protein Interactions",
"license": "GPL-3.0",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@

export const environment = {
production: true,
evoppiUrl: 'http://evoppi.sing-group.org/evoppi-backend/rest/'
evoppiUrl: 'http://evoppi.i3s.up.pt/evoppi-backend/rest/'
};

0 comments on commit 0b701ba

Please sign in to comment.