god, whoops

This commit is contained in:
nelle 2024-11-09 11:28:26 -07:00
parent c61de05720
commit 7433550785
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ val logger = KotlinLogging.logger("nelle.observer API")
fun main(args: Array<String>): Unit = EngineMain.main(args)
fun Application.module() {
}
install(ContentNegotiation)
install(CORS) {
allowMethod(HttpMethod.Options)

View file

@ -195,7 +195,7 @@ fun Application.configureRouting(client: HttpClient) {
storeMessage(title, message, attach, click)
}
}
}
}
// deprecate
route("/meow") {