gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: Allowing CORS for DELETE.


From: gnunet
Subject: [libeufin] branch master updated: Allowing CORS for DELETE.
Date: Tue, 14 Mar 2023 10:32:03 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 6c0de91e Allowing CORS for DELETE.
6c0de91e is described below

commit 6c0de91e3290a3ce76850e52fd1cf2dc9c0c0d41
Author: MS <ms@taler.net>
AuthorDate: Tue Mar 14 08:48:13 2023 +0100

    Allowing CORS for DELETE.
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index a266ccdd..2b4d093a 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -505,6 +505,7 @@ val sandboxApp: Application.() -> Unit = {
         allowHeader(HttpHeaders.ContentType)
         allowMethod(HttpMethod.Options)
         allowMethod(HttpMethod.Patch)
+        allowMethod(HttpMethod.Delete)
         allowCredentials = true
     }
     install(IgnoreTrailingSlash)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]