This commit is contained in:
Benjamin Toby
2025-01-14 08:41:57 +01:00
parent 285d3b8369
commit 7551749784
9 changed files with 45 additions and 39 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function getCsrfHeaderName() {
return "x-csrf-key";
}