ashleysommer / sanic-cors

A Sanic extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. Based on flask-cors by Cory Dolphin.
MIT License
159 stars 22 forks source link

fix broken tests, use extend #22

Closed abuckenheimer closed 6 years ago

abuckenheimer commented 6 years ago

whoops didn't see you already addressed my issue in core, must have been looking at an older version, fixed the tests though :smile:

abuckenheimer commented 6 years ago

@ashleysommer any thoughts on this?

abuckenheimer commented 6 years ago

:disappointed: @ashleysommer duplicated the work in https://github.com/ashleysommer/sanic-cors/commit/0257de42de4bef671f74c63ff617b4a21f7005a1 closing this as no longer applicable