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 e70e1c0 commit 8199655Copy full SHA for 8199655
exts/ext-endpoints/src/233/main/kotlin/cc/unitmesh/endpoints/bridge/WebApiViewFunctionProvider.kt
@@ -34,7 +34,7 @@ class WebApiViewFunctionProvider : ToolchainFunctionProvider {
34
35
val map = collectUrls(project, endpointsProviderList)
36
val result =
37
- "Here is current project web ${map.size} api endpoints: ```\n" + map.joinToString("\n") { url ->
+ "Here is current project web ${map.size} api endpoints: \n```\n" + map.joinToString("\n") { url ->
38
url.method.joinToString("\n") {
39
"$it - ${url.urlPath.toStringWithStars()}" + " (${
40
UrlMappingElement.getContainingFileName(
0 commit comments