Skip to content

Commit

Permalink
refactor: renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet Atay committed Oct 12, 2024
1 parent 6851a85 commit 52d754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RouteGroup {
this.middlewares = middlewares;
}

get path() {
getPath() {
return this.head;
}

Expand Down

0 comments on commit 52d754f

Please sign in to comment.