Skip to content

Commit

Permalink
remove mydata() from routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot committed Jun 7, 2024
1 parent 5087c88 commit bcee179
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions jigs.routing.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
jigs.my_page:
path: '/myform'
defaults:
_form: '\Drupal\jigs\Form\RForm'
_title: 'Satellite Of Love'
requirements:
_permission: 'access content'

jigs.data:
path: '/mydata'
defaults:
_controller: '\Drupal\jigs\Controller\GameController::myData'
_title: 'game data'
requirements:
_permission: 'access content'

jigs.my_state:
path: '/mystate'
defaults:
Expand Down

0 comments on commit bcee179

Please sign in to comment.