Open scolby33 opened 8 years ago
See the locations_get and locations_id_get methods in controllers/location_controllers.py for examples of what I'm doing now.
locations_get
locations_id_get
This should probably be split out in some way to prevent errors that would lead to security vulnerabilities.
This issue has expanded with my poor (in my opinion) code having expanded into the controllers/user_controllers.py implementation. Any ideas @cthoyt?
See the
locations_get
andlocations_id_get
methods in controllers/location_controllers.py for examples of what I'm doing now.This should probably be split out in some way to prevent errors that would lead to security vulnerabilities.