forked from projects/fipamo
HTTP Method notes for RouteControl
Currently only two http methods are being utilized for route traffic so classes are getting jumped trying to stuff every action in on or the other. More methods need to be implemented to better organize route pathing and subsequent requests
This commit is contained in:
parent
e431f1afa4
commit
77eb8dd1a8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use Psr\Http\Message\ServerRequestInterface;
|
|||
|
||||
class RouteControl
|
||||
{
|
||||
//TODO: Add additional HTTP Methods to better organize API control paths
|
||||
public function get(
|
||||
ServerRequestInterface $request,
|
||||
ResponseInterface $response,
|
||||
|
|
Loading…
Reference in a new issue