Skip to content

Commit

Permalink
fix: skip aptos.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Jun 28, 2024
1 parent fc25399 commit 51cea58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
{
"name": "aptos_api",
"swagger": "./local-swaggers/aptos.json",
"swagger": "https://mainnet-aptos-api.moralis.io/swagger-json",
"security_key": "bearer",
"skip": false,
"skip": true,
"sub_networks": {
"parameter_name": "network",
"default_network": "mainnet",
Expand Down

0 comments on commit 51cea58

Please sign in to comment.