Skip to content

Commit

Permalink
Update cors proxy for dlp (#627)
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Xiao <[email protected]>
  • Loading branch information
aTonyXiao authored Mar 13, 2024
1 parent e3198bc commit acb6b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,13 @@ const config = {
"email-dlp": {
specPath: "openapi-specs/email-dlp/EmailDLPAPI.yaml",
outputDir: "products/email-dlp/api",
proxy: "https://cors.pan.dev",
sidebarOptions: { groupPathsBy: "tag" },
},
dlp: {
specPath: "openapi-specs/dlp/DLPAPI.yaml",
outputDir: "products/dlp/api",
proxy: "https://cors.pan.dev",
sidebarOptions: { groupPathsBy: "tag" },
},
cloudngfw: {
Expand Down

0 comments on commit acb6b43

Please sign in to comment.