pyramid_events.py 168B

123456
  1. def cors_headers(context):
  2. # TODO - G.M - 17-05-2018 - Allow to configure this header in config
  3. context.response.headers['Access-Control-Allow-Origin'] = '*'