This commit is contained in:
2023-08-17 16:15:36 +08:00
parent 0e0bd39a39
commit 78ea525c83
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -34,7 +34,6 @@ class Options extends AbstractRequestMethod implements InjectRouteInterface
{
// TODO: Implement dispatch() method.
$path = '/' . ltrim($this->path, '/');
var_dump($path);
Router::addRoute(RequestMethod::REQUEST_OPTIONS, $path, [$class, $method]);
}