Stub out map.

This commit is contained in:
W1CDN
2024-01-15 10:17:02 -06:00
parent 4642f45adc
commit bcb0624786
3 changed files with 34 additions and 0 deletions

View File

@ -120,6 +120,10 @@ def index():
frames = frames,
stations = stations)
@api_app.route('/map')
def map():
return render_template('map.html')
class Packets(Resource):
def get(self):
# Handle arguments that may or may not exist