Files
torsearch/config/routes.yaml

24 lines
549 B
YAML

controllersIndex:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
defaults:
schemes: [ 'https' ]
controllersUser:
resource:
path: ../src/User/Framework/Controller
namespace: App\User\Framework\Controller
type: attribute
defaults:
schemes: ['https']
controllersMonitor:
resource:
path: ../src/Monitor/Framework/Controller
namespace: App\Monitor\Framework\Controller
type: attribute
defaults:
schemes: ['https']