Skip to content

Commit 1374083

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8d47c65 + 6475094 commit 1374083

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Navigate to the Source Folder and execute it with following code line.
1010
```
1111
java -jar KotlinApiExample.jar
1212
```
13-
If you need further help, feel free to **[open a new Issue](https://github.com/Jakkoble/KotlinApiExample/issues)**. In case you like my project, please follow me on GitHub.
13+
If you need further help, feel free to **[open a new Issue](https://github.com/Jakkoble/KotlinApiExample/issues)**. In case you like my project, please give this Repository a ⭐.
1414
</br>
1515
</br>
1616
<img src="https://i.imgur.com/yYGAMdZ.png" heigh=50% width=50%>

src/main/kotlin/de/jakkoble/plugins/HTTP.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import io.ktor.server.application.*
66
import io.ktor.server.plugins.contentnegotiation.*
77
import 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
1111
fun Application.configureRouting() {
1212

src/main/kotlin/de/jakkoble/plugins/Routing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import io.ktor.server.request.*
88
import io.ktor.server.response.*
99
import 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)
1212
fun Application.configureHTTP() {
1313
routing {
1414

0 commit comments

Comments
 (0)