Set to local rather than live This queries the local server rather than the live version now for development.
1 files changed, 2 insertions(+), 2 deletions(-) M wwwroot/js/caint.js
M wwwroot/js/caint.js => wwwroot/js/caint.js +2 -2
@@ 1,5 1,5 @@ -const uri = 'https://api.caint.casa/api/Comments'; -const threadUri = 'https://api.caint.casa/api/Threads'; +const uri = 'api/Comments'; +const threadUri = 'api/Threads'; const threadHost = "TENANTNAMEHERE"; const threadPath = document.location.pathname;