Ben Kurtovic пре 9 година
родитељ
комит
69819ed3f8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      app.fcgi

+ 2
- 0
app.fcgi Прегледај датотеку

@@ -88,10 +88,12 @@ def settings():
return render_template("settings.mako", **kwargs)

@app.route("/api")
@catch_errors
def api():
return render_template("api.mako", help=True)

@app.route("/api.json")
@catch_errors
def api_json():
if not request.args:
return render_template("api.mako", help=True)


Loading…
Откажи
Сачувај