fipamo/app
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
..
Console The Big Flip 2024-02-29 11:09:17 -06:00
Exceptions The Big Flip 2024-02-29 11:09:17 -06:00
Http Fix for api not being to see session data 2024-03-07 13:45:45 -06:00
Interfaces added page repository and interface 2024-03-05 13:27:27 -06:00
Models The Big Flip 2024-02-29 11:09:17 -06:00
Providers added theme service class 2024-03-06 10:27:41 -06:00
Repositories page editor template rebuilt 2024-03-05 15:49:30 -06:00
Services added theme service class 2024-03-06 10:27:41 -06:00