소스 검색

Undoing the API_BASE change

Kirk Trombley 5 년 전
부모
커밋
784784bf0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {