This commit is contained in:
nelle 2025-01-22 01:23:13 -07:00
parent f80f20bc1e
commit d6ca558062

View file

@ -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)
}
}