Revision #7 was created by rackycz on Oct 8, 2025, 1:21:22 PM.
edit
Content
[...]
- make up
... then the web will be available on URL
- http://localhost:80
If you check the returned data you will see a `<xml>` inside the browser. In order to obtain JSON-response, paste the URL into Postman. (so called "content negotiation" does this auto-decision)
If you want to modify the data that was returned by the endpoint, just open the action-class (src/Api/IndexAction.php) and add one more element to the returned array.