We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609f65f commit c6763f2Copy full SHA for c6763f2
src/main/kotlin/de/jakkoble/Application.kt
@@ -16,4 +16,5 @@ fun main() {
16
Simple Kotlin/Ktor API Example by Jakkoble
17
To test the API go to http://localhost:8080
18
The List is just saved in Runtime => if you stop the Server, the List is gone
19
+In the Frontend (Main Page), JavaScript is used to make the Request to the API Endpoints (Routes) on Button Click
20
*/
0 commit comments