🐛 Konfigurert aksesskontroll mot backend

Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
Co-authored-by: Markus A. R. Johansen <markus.aleksander.rakil.johansen@nav.no>
This commit is contained in:
Amalie Mansåker 2023-07-04 13:30:06 +02:00
parent 6d5cffe8c2
commit a8446b6b73
4 changed files with 14 additions and 9 deletions

View file

@ -26,4 +26,5 @@ dependencies {
implementation("ch.qos.logback:logback-classic:$logback_version")
testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
implementation("io.ktor:ktor-server-cors:$ktor_version")
}