Skip to content

Commit

Permalink
[DOCS] Adjust example backend uris in extbase example
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b authored Feb 26, 2025
1 parent 01d1bcd commit a8ad637
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ Extbase module configuration options
This leads to the following URLs:

* :samp:`https://example.com/typo3/module/web/ExtkeyExample`
* :samp:`https://example.com/typo3/module/web/ExtkeyExample/MyModuleController/list`
* :samp:`https://example.com/typo3/module/web/ExtkeyExample/MyModuleController/detail`
* :samp:`https://example.com/typo3/module/web/ExtkeyExample/MyModule/list`
* :samp:`https://example.com/typo3/module/web/ExtkeyExample/MyModule/detail`

The route identifier of corresponding routes is registered with similar
syntax as :ref:`standard backend modules <backend-modules-api-default>`:
Expand Down

0 comments on commit a8ad637

Please sign in to comment.