Skip to content

Commit

Permalink
+ Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Oct 2, 2024
1 parent 50cbfe6 commit fef54df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ flash_info.setting_api:
name_prefix: flashinfo.
```
Define the Website Api Route in `routes_website.yaml`
```yaml
flash_infos_auto:
path: /flash-infos-auto
controller: Pixel\FlashInfoBundle\Controller\Website\FlashInfoAutoController::flashInfosAuto
flash_infos_click:
path: /flash-infos-click
controller: Pixel\FlashInfoBundle\Controller\Website\FlashInfoClickController::flashInfosClick
```

## Use
### Add/Edit a news flash

Expand Down

0 comments on commit fef54df

Please sign in to comment.