Add missing patch in previous commit
This commit is contained in:
parent
bd708fcea9
commit
3bfbef9ec5
@ -0,0 +1,12 @@
|
||||
Index: src/api/core/organizations.rs
|
||||
--- src/api/core/organizations.rs.orig
|
||||
+++ src/api/core/organizations.rs
|
||||
@@ -1356,7 +1356,7 @@ fn get_organization_tax(org_id: String, _headers: Head
|
||||
}
|
||||
|
||||
#[get("/plans")]
|
||||
-fn get_plans(_headers: Headers) -> Json<Value> {
|
||||
+fn get_plans() -> Json<Value> {
|
||||
// Respond with a minimal json just enough to allow the creation of an new organization.
|
||||
Json(json!({
|
||||
"Object": "list",
|
Loading…
x
Reference in New Issue
Block a user