diff --git a/index.py b/index.py index 02ba194..4709966 100644 --- a/index.py +++ b/index.py @@ -11,7 +11,7 @@ from extractors.captions import extract_captions @cherrypy.tools.register("before_finalize", priority=60) def custom_headers(): - cherrypy.response.headers["Access-Control-Allow-Origin"] = "*" + cherrypy.response.headers["access-control-allow-origin"] = "*" class Second(object): def _cp_dispatch(self, vpath):