🔧 Setter port til 8080
Co-authored-by: Markus A. R. Johansen <markus.aleksander.rakil.johansen@nav.no> Co-authored-by: Amalie Erdal Mansåker <amalie.erdal.mansaker@nav.no> Co-authored-by: Helene Arnesen <helene.arnesen@nav.no> Co-authored-by: Øydis Kind Refsum <oydis.kind.refsum@nav.no> Co-authored-by: Christian Bülow Skovborg <christian.bulow.skovborg@nav.no>
This commit is contained in:
parent
593473751e
commit
89f20836cf
1 changed files with 3 additions and 1 deletions
|
@ -43,9 +43,11 @@ fun configureRouting(): ApplicationEngine = embeddedServer(CIO, applicationEngin
|
|||
println(test)
|
||||
call.respond(status = HttpStatusCode.Created, message = test)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
connector {
|
||||
port = 8080
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
|
|
Reference in a new issue