mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
5c41e8211a
* feat_: added some standard requests * fix_: address pr comments
7 lines
143 B
HTTP
7 lines
143 B
HTTP
### Initialize Application
|
|
POST {{address}}/statusgo/InitializeApplication
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"dataDir": "{{rootDataDir}}"
|
|
} |