diff options
Diffstat (limited to 'modules/bhavika/photo_gallery/photo_gallery.routing.yml')
-rw-r--r-- | modules/bhavika/photo_gallery/photo_gallery.routing.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/bhavika/photo_gallery/photo_gallery.routing.yml b/modules/bhavika/photo_gallery/photo_gallery.routing.yml new file mode 100644 index 0000000..cb0a3fb --- /dev/null +++ b/modules/bhavika/photo_gallery/photo_gallery.routing.yml @@ -0,0 +1,8 @@ + +photo_gallery.photo_gallery_controller_photo_gallery: + path: '/photo_gallery' + defaults: + _controller: '\Drupal\photo_gallery\Controller\PhotoGalleryController::photo_gallery' + _title: 'Photo Gallery Module' + requirements: + _permission: 'access content' |