eee
This commit is contained in:
@@ -33,6 +33,7 @@ class Get extends AbstractRequestMethod implements InjectMethodInterface
|
|||||||
if (!empty($this->version)) {
|
if (!empty($this->version)) {
|
||||||
$path = '/' . trim($this->version) . $path;
|
$path = '/' . trim($this->version) . $path;
|
||||||
}
|
}
|
||||||
|
var_dump(RequestMethod::REQUEST_GET, $path);
|
||||||
Router::addRoute(RequestMethod::REQUEST_GET, $path, [$class, $method]);
|
Router::addRoute(RequestMethod::REQUEST_GET, $path, [$class, $method]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user