bail on search for now
This commit is contained in:
parent
8cf8bdc1ea
commit
b8e3b0323b
|
@ -61,7 +61,7 @@ def show_random_ep():
|
||||||
|
|
||||||
@app.route("/search")
|
@app.route("/search")
|
||||||
def search():
|
def search():
|
||||||
return 500, "Not implemented yet"
|
abort(500)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host="0.0.0.0", debug=True)
|
app.run(host="0.0.0.0", debug=True)
|
||||||
|
|
Loading…
Reference in New Issue