Skip to content

Commit

Permalink
Merge pull request #138 from 0xYakuza/main
Browse files Browse the repository at this point in the history
New Filter update
  • Loading branch information
al-abd authored Nov 14, 2023
2 parents 26e6d55 + f9b0918 commit 41ce316
Show file tree
Hide file tree
Showing 8 changed files with 246 additions and 55 deletions.
132 changes: 88 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ members = [".", "authN", "authZ"]
env_logger = "0.10.0"
auth_n = { path="authN" }
auth_z = { path="authZ" }
actix-web = "4"
actix-web = "4.4.0"
actix-cors = "0.6.4"
diesel = { version = "2.0.4", features = ["postgres", "r2d2", "chrono", "uuid"] }
uuid = { version = "1.3.3", features = ["serde"] }
dotenvy = "0.15"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1"
rand = "0.8.5"
chrono = {version = "0.4", features = ["serde"]}
Expand Down
4 changes: 2 additions & 2 deletions open-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}
}
},
"/organizations": {
"/organization": {
"get": {
"description": "Return the list of all organizations",
"parameters": [
Expand Down Expand Up @@ -384,7 +384,7 @@
}
}
},
"/organizations/name": {
"/organization/name": {
"post": {
"description": "Add the organization name in another language",
"parameters": [
Expand Down
Loading

0 comments on commit 41ce316

Please sign in to comment.