fipamo/routes
ro 65854e3dbd
Fix for api not being to see session data
so there was an error when trying to use services for API controllers
that was happening because the api middleware didn't pass the same info
as web middleware, resulting in session info not being passed to
controllers used in the api

after a bit of reading discovered necessary middleware could be added to
api routing so session data is available in in api routing

whew
2024-03-07 13:45:45 -06:00
..
api.php Fix for api not being to see session data 2024-03-07 13:45:45 -06:00
channels.php The Big Flip 2024-02-29 11:09:17 -06:00
console.php The Big Flip 2024-02-29 11:09:17 -06:00
web.php reorganized controller dir, added check for dash 2024-03-07 11:36:31 -06:00