god, whoops
This commit is contained in:
parent
c61de05720
commit
7433550785
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -195,7 +195,7 @@ fun Application.configureRouting(client: HttpClient) {
|
|||
storeMessage(title, message, attach, click)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// deprecate
|
||||
route("/meow") {
|
||||
|
|
Loading…
Reference in a new issue