File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33Sending a GET request to the [ home page] ( http://0.0.0.0:8080/ ) should output the following message:
44
5- > {"message": "Dotkernel API version 5"}
5+ ``` json
6+ {"message" : " Dotkernel API version 6.0" }
7+ ```
68
79## Old way of doing things, using PHP built-in server
810
Original file line number Diff line number Diff line change 11# Upgrading from 5.x to 6.0
22
3+ > You can find a complete list in [ Changelog] ( https://github.com/dotkernel/api/blob/6.0/CHANGELOG.md )
4+
35* Move common logic to Core module [ https://github.com/dotkernel/api/pull/358 ] ( https://github.com/dotkernel/api/pull/358 )
46* Refactored Handlers [ https://github.com/dotkernel/api/pull/385 ] ( https://github.com/dotkernel/api/pull/385 )
57* Inject ` InputFilters ` in handlers [ https://github.com/dotkernel/api/pull/389 ] ( https://github.com/dotkernel/api/pull/389 )
You can’t perform that action at this time.
0 commit comments