We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658fc20 commit b362e3dCopy full SHA for b362e3d
build.gradle.kts
@@ -48,6 +48,6 @@ dependencies {
48
49
ktor {
50
fatJar {
51
- archiveFileName.set("pulsar-backend-prod.jar")
+ archiveFileName.set("pulsar-backend.jar")
52
}
53
src/main/kotlin/dev/lythium/pulsar/Application.kt
@@ -115,6 +115,8 @@ fun Application.module() {
115
call.respond(HttpStatusCode.Forbidden, "Forbidden.")
116
return@intercept finish()
117
118
+
119
+ proceed()
120
121
122
routing {
0 commit comments