Try CSRF Exempt auth/token

This commit is contained in:
Alexander Laevens
2022-11-27 21:17:44 -07:00
parent 7653a1f0a5
commit 34edcd53cb
3 changed files with 18 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// const String baseURL = "https://groceries.alaevens.ca";
const String baseURL = "http://192.168.0.16:8000";
const String baseURL = "https://groceries.alaevens.ca";
// const String baseURL = "http://192.168.0.16:8000";
const int resultsPerPage = 4;