Commit 38d4b35
committed
fix(safe): tx service url missing /api path
The Filecoin documentation doesn't exactly specifiy the full path to be
used with the SafeAPIKit SDK. After some digging I found that the API
isn't expected to be under /api by default. That means it needs to be
specified explicitly.
https://docs.safe.global/sdk/api-kit/guides/migrate-to-v21 parent eba09e0 commit 38d4b35
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments