Properly implement the router with config and interfaces
Expand the container with aliases and argument autowiring
This commit is contained in:
@ -9,7 +9,7 @@ use Ardent\Undercurrent\Http\ResponseInterface;
|
||||
class BaseController
|
||||
{
|
||||
#[Route('/hello')]
|
||||
public function HelloWorld(): ResponseInterface
|
||||
public function helloWorld(): ResponseInterface
|
||||
{
|
||||
return new GenericResponse('Hello World!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user