royt-via
Results
2
issues of
royt-via
I have a label called "Code Review". I want this label to be applied on all PRs. I set my yml file to look like this (tried both **Code Review**...
Hey, I'm using flask (and flask-cors) on my BE and react (with react-router-dom) on my FE. I'm able to fetch cross origins on my BE (tried successfully using `requests.get(ANOTHER-DOMAIN)`). The...