Jaymon / endpoints

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

Default to "controllers" prefix #123

Closed Jaymon closed 8 months ago

Jaymon commented 12 months ago

This would save some configuration for a new project, by default endpoints should just check for a "controllers" module and use that if there is no prefix environment variable or configuration