Ver código fonte

Undoing the API_BASE change

Kirk Trombley 5 anos atrás
pai
commit
784784bf0c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      client/src/domain/GGSHService.js

+ 1 - 1
client/src/domain/GGSHService.js

@@ -1,4 +1,4 @@
-const API_BASE = "http://localhost:5000";
+const API_BASE = "https://kirkleon.ddns.net/terrassumptions/api";
 
 export const getStatus = async () => {
     try {