Changed API port from 5000 to 5500 + Small README change.

This commit is contained in:
Daniel31x13
2022-07-19 06:56:34 -04:00
parent c3cb056c70
commit 03ba5ad7e3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
export const API_HOST = process.env.REACT_APP_API_HOST || "http://localhost:5000"; // API full address
export const API_HOST = process.env.REACT_APP_API_HOST || "http://localhost:5500"; // API full address