main #8
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue