diff options
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ sub render_json { } } + $self->res->headers->access_control_allow_origin('*'); $self->render( json => { error => $errstr, |