You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

routes.json 288B

123456789101112131415
  1. {
  2. "middlewares": [
  3. {
  4. "middleware": "Luticate\\Auth\\Business\\LuticateMiddleware",
  5. "parameters": {}
  6. }
  7. ],
  8. "routes": [
  9. {
  10. "method": "GET", "url": "/test",
  11. "controller": "Test", "action": "test",
  12. "middlewares": [], "permissions": []
  13. }
  14. ]
  15. }