File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/de/jakkoble/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import io.ktor.server.application.*
66import io.ktor.server.plugins.contentnegotiation.*
77import io.ktor.server.plugins.cors.routing.*
88
9- // This Extension Funciton is used to install need Plugins
9+ // This Extension Function is used to install need Plugins
1010// What is an Extension Function? Visit: https://kotlinlang.org/docs/extensions.html
1111fun Application.configureRouting () {
1212
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import io.ktor.server.request.*
88import io.ktor.server.response.*
99import io.ktor.server.routing.*
1010
11- // This extension Funciton is used to confige the routing (API Endpoints)
11+ // This extension Function is used to confige the routing (API Endpoints)
1212fun Application.configureHTTP () {
1313 routing {
1414
You can’t perform that action at this time.
0 commit comments