Skip to content

Commit

Permalink
Merge pull request #119 from ingresse/env/local
Browse files Browse the repository at this point in the history
Update: Local Environment host address;
  • Loading branch information
udimberto authored Dec 22, 2021
2 parents 57c209f + 6575b24 commit d1231f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/IngresseAPI.Preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ angular.module('ingresseSDK', [])
hmld : 'https://hmld-api.ingresse.com',
hmle : 'https://hmle-api.ingresse.com',
integration: 'https://integration-api.ingresse.com',
local : 'http://api.ingresse.dev',
local : 'http://api.ingresse.local',

/* Deprecated */
pre : 'https://apipre.ingresse.com',
Expand Down
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": "ingresse-websdk",
"version": "7.42.0",
"version": "7.42.1",
"engine": {
"npm": "6",
"node": "10"
Expand Down

0 comments on commit d1231f5

Please sign in to comment.