fix daphne deployment
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// const String baseURL = "https://groceries.alaevens.ca";
|
||||
const String baseURL = "http://192.168.0.16:8000";
|
||||
const String baseWsURL = "ws://192.168.0.16:8000";
|
||||
const String baseURL = "https://groceries.alaevens.ca";
|
||||
const String baseWsURL = "wss://groceries.alaevens.ca";
|
||||
// const String baseURL = "http://192.168.0.16:8000";
|
||||
// const String baseWsURL = "ws://192.168.0.16:8000";
|
||||
|
||||
const int resultsPerPage = 4;
|
||||
|
||||
Reference in New Issue
Block a user