This commit is contained in:
2020-06-22 16:50:48 +00:00
parent 0c66765bf1
commit d8ae4f43f8
2 changed files with 10 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
todo: if a post or put from the client receives the full record back then make sure not fetching it again redundantly see user form and widget form that seem to do this on submit
I think it's ok, but double check for both new post and put
POST -> Get -> Get all firing
todo: what is method "OPTIONS" in api calls all the time? I think it's CORS related but ... *every* time? weird
disable cache causing it?