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
Copy file name to clipboardExpand all lines: src/main/resources/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
<divclass="container">
61
61
<h1>Hello Developer!</h1>
62
62
<br>
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/">commented Source Code</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/"target="_blank">commented Source Code</a>.</p>
64
64
<br>
65
65
<divclass="button-area">
66
66
<buttonid="put" onclick="sendRequest('POST')">Add a Cherry</button>
0 commit comments