Skip to content

Commit

Permalink
Use post
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* post api
  • Loading branch information
jiguantong authored Jun 18, 2024
1 parent b6f1a92 commit 229ae03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# darwinia-msgport-api2
# Msgport API

## Usage

https://apidog.msgport.xyz/

- Estimate fee of ormp

```
Expand Down
2 changes: 1 addition & 1 deletion src/routes/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ router.get("/ormp/fee", async (req, res) => {
}
});

router.get("/v2/fee_with_options", async (req, res) => {
router.post("/v2/fee_with_options", async (req, res) => {
try {
const { protocol, commonParams, protocolsParams } = await parseParams(req);

Expand Down

0 comments on commit 229ae03

Please sign in to comment.