Skip to content

Commit

Permalink
Prevent duplicated CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Nov 26, 2015
1 parent 7c78899 commit 3a35260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/restapi/restapi.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Api = new Restivus
useDefaultAuth: true
prettyJson: true
enableCors: false


Api.addRoute 'info', authRequired: false,
Expand Down

0 comments on commit 3a35260

Please sign in to comment.