Explorar el Código

Try Access-Control-Allow-Origin: * for API responses.

pull/24/head
Ben Kurtovic hace 10 años
padre
commit
5d1960db81
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      app.fcgi

+ 1
- 0
app.fcgi Ver fichero

@@ -121,6 +121,7 @@ def api_json():
return render_template("api.mako", help=False, result=result)
resp = make_response(dumps(result))
resp.mimetype = "application/json"
resp.headers["Access-Control-Allow-Origin"] = "*"
return resp

if __name__ == '__main__':


Cargando…
Cancelar
Guardar