Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Aug 21, 2016
2 parents c1c3255 + fe4a4ae commit 6eef694
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGELOG

### 1.2.1

**Bugs**

* [62: Fix cross-domain requests in REST API](https://github.com/acelaya/url-shortener/issues/62)

### 1.2.0

**Features**
Expand Down
2 changes: 1 addition & 1 deletion module/Rest/config/middleware-pipeline.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'rest' => [
'path' => '/rest',
'middleware' => [
Middleware\CrossDomainMiddleware::class,
Middleware\BodyParserMiddleware::class,
Middleware\CheckAuthenticationMiddleware::class,
Middleware\CrossDomainMiddleware::class,
],
'priority' => 5,
],
Expand Down

0 comments on commit 6eef694

Please sign in to comment.