testes
This commit is contained in:
parent
f80f20bc1e
commit
d6ca558062
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ fun Application.configureRouting(client: HttpClient) {
|
|||
val click = formParameters["Click"].toString()
|
||||
call.response.status(HttpStatusCode(201, "Received..."))
|
||||
call.respondText("Received:: Title: $title, Message: $message, Attachment: $attach, Click: $click")
|
||||
ntfyMsg(client, "https://ntfy.nelle.observer/pushy", title, message, attach, click)
|
||||
ntfyMsg(client, "localhost:9797/pushy", title, message, attach, click)
|
||||
storeMessage(title, message, attach, click)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue