Skip to content

Commit

Permalink
Add RouteBuilder.path public property
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Oct 19, 2024
1 parent 508fb4a commit f13119e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import kotlin.uuid.*
*/
@Routing
public class RouteBuilder internal constructor(private val basePath: String, private val remainingPath: Path) {
public val path: String = remainingPath.path
public val parameters: Parameters? = remainingPath.parameters

private var match by mutableStateOf(Match.NoMatch)
Expand Down

0 comments on commit f13119e

Please sign in to comment.