20230606#1
This commit is contained in:
@@ -34,7 +34,7 @@ class App extends Main {
|
||||
public function handler(ServerRequestInterface $request, ResponseInterface $response) : ResponseInterface {
|
||||
try{
|
||||
$this->init($request, $response);
|
||||
$this->syslogger()->log("routes", "", $this->appRoutes);
|
||||
$this->syslogger()->dump("routes", $this->appRoutes);
|
||||
|
||||
foreach ($this->appRoutes as $appRouteKey => $appHandler){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user