Created
September 8, 2016 18:02
-
-
Save ppeiris/280bde401448ad3054bd3234e2b9b5c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'router' => [ | |
'routes' => [ | |
'ispaccount.rest.ispaccount' => [ | |
'type' => 'Segment', | |
'options' => [ | |
'route' => '/api/ispaccount[/:ispaccount_id]', | |
'constraints' => [ | |
'ispaccount_id' => '[a-zA-Z][a-zA-Z0-9_-]+', | |
], | |
'defaults' => [ | |
'controller' => 'ispaccount\\V1\\Rest\\ISPAccount\\Controller', | |
], | |
], | |
], | |
], | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment