diff --git a/src/main/kotlin/com/ray650128/pcredive/plugins/HTTP.kt b/src/main/kotlin/com/ray650128/pcredive/plugins/HTTP.kt index 1df3ea2..2442116 100644 --- a/src/main/kotlin/com/ray650128/pcredive/plugins/HTTP.kt +++ b/src/main/kotlin/com/ray650128/pcredive/plugins/HTTP.kt @@ -9,7 +9,7 @@ fun Application.configureHTTP() { allowMethod(HttpMethod.Options) allowMethod(HttpMethod.Get) allowMethod(HttpMethod.Put) - //allowMethod(HttpMethod.Delete) + allowMethod(HttpMethod.Delete) allowMethod(HttpMethod.Post) allowHeader(HttpHeaders.AccessControlAllowOrigin) allowHeader(HttpHeaders.Accept)