Delete user

This commit is contained in:
2020-04-21 17:23:55 +02:00
parent d8a8f53b97
commit a34d892559
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import be.vandewalleh.tables.Notes
import io.ktor.http.*
import org.kodein.di.generic.instance
val notesService by kodein.instance<NotesService>()
private val notesService by kodein.instance<NotesService>()
fun Parameters.noteTitle(): String {
return this["noteTitle"]!!