Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/webapp/js/antidote.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function getUrlRoot() {

// When running antidote-web on mock data, we're running on localhost.
// So, statically provide Syringe location/port
if (window.location.href.includes("127.0.0.1")) {
if (window.location.href.includes("127.0.0.1") || window.location.href.includes("localhost")) {
urlRoot = "http://127.0.0.1:8086"
} else {
// For all "real" deployments, including selfmedicate, an actual domain will be used
Expand Down