Jaymon / endpoints

Lightweight REST api backend framework that automatically maps urls to python modules and classes
MIT License
29 stars 10 forks source link

Move CORS functionality to CorsMixin class and add a TraceMixin also #143

Open Jaymon opened 1 month ago

Jaymon commented 1 month ago

I don't think cors support needs to be there by default so the functionality can be moved to a mixin class and then I can add a trace mixin class also.

TRACE information