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 bf99843 commit 78f9192Copy full SHA for 78f9192
1 file changed
src/main/kotlin/gat_be/dev/common/config/FastAPIConfig.kt
@@ -5,6 +5,6 @@ import org.springframework.context.annotation.Configuration
5
6
@Configuration
7
class FastAPIConfig(
8
- @Value("\${fastapi.team-recoomend-url}")
+ @Value("\${fastapi.team.recommend.url}")
9
val teamRecommendUrl: String
10
)
0 commit comments