feat: restructure API routing and remove ginx package
- Added new routing functions for API and dashboard endpoints in controller_routes.go. - Replaced previous ginx.HandleController calls with explicit route registrations. - Removed the ginx package as it is no longer needed for handling controllers. - Improved organization and readability of route definitions.
This commit is contained in: