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 PATCH


From: gnunet
Subject: [libeufin] branch master updated: allowing CORS for PATCH
Date: Wed, 15 Feb 2023 11:20:47 +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 18126f19 allowing CORS for PATCH
18126f19 is described below

commit 18126f198507f27cc0853375006d30d3a6231fdf
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 15 11:20:38 2023 +0100

    allowing CORS for PATCH
---
 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 56e2ddb1..cd52a8f4 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -490,6 +490,7 @@ val sandboxApp: Application.() -> Unit = {
         allowHeader(HttpHeaders.Authorization)
         allowHeader(HttpHeaders.ContentType)
         allowMethod(HttpMethod.Options)
+        allowMethod(HttpMethod.Patch)
         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]