Skip to content

Commit

Permalink
Change API server port to 8088
Browse files Browse the repository at this point in the history
  • Loading branch information
aykevl committed Jan 26, 2018
1 parent 2a8ae22 commit 02f9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irmaclient/session_test.go
Expand Up @@ -194,7 +194,7 @@ func sessionHelper(t *testing.T, jwtcontents interface{}, url string, client *Cl
client = parseStorage(t)
}

url = "http://localhost:8081/irma_api_server/api/v2/" + url
url = "http://localhost:8088/irma_api_server/api/v2/" + url
//url = "https://demo.irmacard.org/tomcat/irma_api_server/api/v2/" + url

headerbytes, err := json.Marshal(&map[string]string{"alg": "none", "typ": "JWT"})
Expand Down

0 comments on commit 02f9717

Please sign in to comment.