Skip to content

Commit

Permalink
Method parameter and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
programadorthi committed Nov 13, 2024
1 parent ab6f330 commit 0657ef8
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 146 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ public annotation class Route(
val path: String = "",
val name: String = "",
val regex: String = "",
val method: String = "",
)
Loading

0 comments on commit 0657ef8

Please sign in to comment.