Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into feature/DIMOC-…
Browse files Browse the repository at this point in the history
…208/fileupload-fe
  • Loading branch information
remko48 committed Aug 7, 2024
2 parents 63c86ed + 8826ee3 commit d614e67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ volumes:
config:

services:
frontend:
image: acatonl/woo-ui-develop
ports:
- "8081:80"

db:
image: mariadb:10.6
restart: always
Expand Down Expand Up @@ -47,4 +52,4 @@ services:
- TZ=Europe/Amsterdam
depends_on:
init-ubuntu:
condition: service_completed_successfully
condition: service_completed_successfully
3 changes: 1 addition & 2 deletions lib/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ public function page(?string $getParameter)
[]
);
}

/**
* @PublicPage
* @NoCSRFRequired
* @CORS
*/
public function index(SearchService $searchService): JSONResponse
{
Expand Down

0 comments on commit d614e67

Please sign in to comment.