We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a8bba commit 048f15eCopy full SHA for 048f15e
web/src/main/kotlin/no/nav/su/se/bakover/web/routes/vedtak/VedtakRoutes.kt
@@ -17,7 +17,7 @@ import no.nav.su.se.bakover.web.routes.sak.SAK_PATH
17
import no.nav.su.se.bakover.web.routes.søknadsbehandling.jsonBody
18
import vilkår.formue.domain.FormuegrenserFactory
19
20
-internal const val VEDTAK_PATH = "$SAK_PATH/{sakId}/vedtak}"
+internal const val VEDTAK_PATH = "$SAK_PATH/{sakId}/vedtak"
21
22
fun Route.vedtakRoutes(
23
vedtakService: VedtakService,
0 commit comments