We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408948d commit 81d4fbfCopy full SHA for 81d4fbf
public/index.js
@@ -480,7 +480,6 @@ function setupTraitify() {
480
481
if(environment === "staging") {
482
Traitify.http.host = "https://api.stag.awse.traitify.com";
483
- // Traitify.http.host = "http://localhost:4000/";
484
} else {
485
Traitify.http.host = "https://api.traitify.com";
486
}
0 commit comments