You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Welcome to my simple Kotlin Api Example build with Ktor. <ahref="https://github.com/jakkoble/KotlinApiExample/">Link</a></p>
63
+
<p>Welcome to my simple Kotlin Api Example build with Ktor. For tutorial have a look at my <ahref="https://github.com/jakkoble/KotlinApiExample/">comment Source Code</a>.</p>
64
64
<br>
65
65
<divclass="button-area">
66
66
<buttonid="put" onclick="sendRequest('POST')">Add a Cherry</button>
67
67
<buttonid="delete" onclick="sendRequest('DELETE')">Remove a Cherry</button>
68
68
</div>
69
69
<br>
70
-
<ahref="localhost:8080/fruits" target="_blank">Link to the Fruit List</a>
70
+
<ahref="http://localhost:8080/fruits" target="_blank">Link to the Fruit List</a>
0 commit comments