質問編集履歴

1

postをgetに書き換えた

2019/12/11 09:42

投稿

gnx_vw903
gnx_vw903

スコア74

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```
16
16
 
17
- const res = await this.$axios.$post(
17
+ const res = await this.$axios.$get(
18
18
 
19
19
  'https://api-test.libexplorer.com/api?module=account&action=balance&address=a06c2e275db714d4a8d7b574ddf1d29acef2ddc8c26e7cbd3f2cb720779649d6/',
20
20