🤼 groundwork for automatcher

This commit is contained in:
2021-06-01 07:40:31 -07:00
parent 5effa08342
commit 68194898d4
5 changed files with 17 additions and 61 deletions

View File

@@ -1,3 +1,4 @@
export const COMICBOOKINFO_SERVICE_URI =
"http://localhost:6050/api/comicbookinfo/";
export const API_BASE_URI = "http://localhost:8050/api/";
export const SOCKET_BASE_URI = "ws://localhost:3000/";