main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit 236d0fb7bd - Show all commits

View file

@ -53,6 +53,7 @@ fun Application.configureRouting(client: HttpClient) {
if (call.receiveText() == Config().superSecret) {
call.response.status(HttpStatusCode(201, "Meow Posted"))
makePost(client, getMeow(), Config().instanceDomain)
call.respondText("meowed with bypass")
logger.info { "meowed with bypass" }
} else {
if (meowTimedOut) {