Open fly2099 opened 2 years ago
I am trying to upgrade to Python 3.7 or higher 3.10 with Cors 3.0, Request Login ok, Feed list ok, getting Articles list OK, but create a new article fail on POST request. I checked on CORS problems on flask but not found any solutions.
it works OK now because of this def make_article(body, title, description, tagList=None,kwargs): missing (kwargs)
I am trying to upgrade to Python 3.7 or higher 3.10 with Cors 3.0, Request Login ok, Feed list ok, getting Articles list OK, but create a new article fail on POST request. I checked on CORS problems on flask but not found any solutions.