init
This commit is contained in:
24
patches/purest+4.0.2.patch
Normal file
24
patches/purest+4.0.2.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
diff --git a/node_modules/purest/config/providers.json b/node_modules/purest/config/providers.json
|
||||
index 8dd1dae..d0e5784 100644
|
||||
--- a/node_modules/purest/config/providers.json
|
||||
+++ b/node_modules/purest/config/providers.json
|
||||
@@ -2784,5 +2784,19 @@
|
||||
"authorization": "Bearer {auth}"
|
||||
}
|
||||
}
|
||||
+ },
|
||||
+ "trompette": {
|
||||
+ "default": {
|
||||
+ "origin": "",
|
||||
+ "path": "",
|
||||
+ "headers": {
|
||||
+ "authorization": "Bearer {auth}"
|
||||
+ }
|
||||
+ },
|
||||
+ "oauth": {
|
||||
+ "origin": "https://trompette.espace120.fr",
|
||||
+ "path": "oauth/{version}/{path}",
|
||||
+ "version": "v2"
|
||||
+ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user