Skip to content

Commit

Permalink
Add initial a rendering server and html template for VPC/Subnet Admin…
Browse files Browse the repository at this point in the history
…Web2
  • Loading branch information
powerkimhub committed Jul 29, 2024
1 parent e671f4a commit ab555cc
Show file tree
Hide file tree
Showing 3 changed files with 707 additions and 388 deletions.
2 changes: 1 addition & 1 deletion api-runtime/rest-runtime/CBSpiderRuntime.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func RunServer() {

{"GET", "/adminweb/spiderinfo", aw.SpiderInfo},

{"GET", "/adminweb/vpc/:ConnectConfig", aw.VPC},
{"GET", "/adminweb/vpc/:ConnectConfig", aw.VPCSubnetManagement},
{"GET", "/adminweb/vpcmgmt/:ConnectConfig", aw.VPCMgmt},
{"GET", "/adminweb/securitygroup/:ConnectConfig", aw.SecurityGroup},
{"GET", "/adminweb/securitygroupmgmt/:ConnectConfig", aw.SecurityGroupMgmt},
Expand Down
Loading

0 comments on commit ab555cc

Please sign in to comment.