diff --git a/Annotation/Route/Route.php b/Annotation/Route/Route.php index 257bb12c..8491cd3a 100644 --- a/Annotation/Route/Route.php +++ b/Annotation/Route/Route.php @@ -43,7 +43,7 @@ use Snowflake\Snowflake; // TODO: Implement setHandler() method. $router = Snowflake::app()->getRouter(); - $router->addRoute($this->uri . $this->version, $handler, $this->method); + $router->addRoute($this->uri, $handler, $this->method); return $router; }