We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafcf83 commit 685c29cCopy full SHA for 685c29c
exts/ext-endpoints/src/233/main/kotlin/cc/unitmesh/endpoints/bridge/WebApiViewFunctionProvider.kt
@@ -64,7 +64,7 @@ class WebApiViewFunctionProvider : ToolchainFunctionProvider {
64
65
"""Here is current project web api endpoints, ${map.size}:""" + map.joinToString("\n") { url ->
66
url.method.joinToString("\n") {
67
- "$it - ${url.urlPath.toStringWithStars()}"
+ "$it - ${url.urlPath.toStringWithStars()}" + " (${UrlMappingElement.getContainingFileName(url)})"
68
}
69
70
0 commit comments