fix: route with parameter declared via ktor function (#455)

This commit is contained in:
NovolMob
2023-05-08 18:49:29 +03:00
committed by GitHub
parent 097413067b
commit 5c7ec4fdb4
5 changed files with 119 additions and 0 deletions

View File

@ -6,6 +6,8 @@
### Changed
- Route generation with parameters doesn`t add parameters to the path.
### Remove
---