mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
updated urls for new server
This commit is contained in:
parent
fe6cd012f5
commit
7331bc7824
@ -3,9 +3,9 @@ import sys
|
||||
if "--local-server" in sys.argv:
|
||||
domain = "http://127.0.0.1:5000"
|
||||
elif "--test-server" in sys.argv:
|
||||
domain = "https://fishyeso-test.herokuapp.com"
|
||||
domain = "https://fishyeso-test.definex.in"
|
||||
else:
|
||||
domain = "https://fishyeso.herokuapp.com"
|
||||
domain = "https://fishyeso.definex.in"
|
||||
|
||||
user = domain + "/api/user"
|
||||
notify = domain + "/api/notify"
|
||||
|
Loading…
Reference in New Issue
Block a user