feat(api): Introduce shopPRO API documentation and endpoints

- Added api-reference.json for API specifications including authentication, response formats, and available endpoints.
- Created index.html for public API documentation, dynamically loading endpoint details from api-reference.json.
- Removed htaccess.conf file and migrated routing logic to pp_routes for improved maintainability.
- Added new 'type' column in pp_routes to differentiate between entity and system routes.
This commit is contained in:
Jacek
2026-03-08 10:29:06 +01:00
parent a2073b48a8
commit 675963e931
10 changed files with 614 additions and 1401 deletions

File diff suppressed because one or more lines are too long