Stub out map.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user