mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
add controller options to allow multiple routes per controller
This commit is contained in:
parent
42191f4e77
commit
aa9737498a
8 changed files with 24 additions and 25 deletions
|
|
@ -4,6 +4,6 @@ import json
|
|||
|
||||
|
||||
class ApiController(Controller):
|
||||
def handle_request(self):
|
||||
def indexAction(self):
|
||||
data = json.dumps(FeatureDetector().feature_report())
|
||||
self.send_response(data, content_type="application/json")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue