Skip to content

Commit

Permalink
Fikset info endepunkt for kafka keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Oct 17, 2024
1 parent 8b881cb commit c0e1496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fun Routing.konfigurerApiV2(
hentEllerOpprett(applikasjon, logger)
}
post("/api/v2/info") {
hentEllerOpprett(applikasjon, logger)
hentInfo(applikasjon, logger)
}
}
}
Expand Down

0 comments on commit c0e1496

Please sign in to comment.