mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
### Initialize Application
|
||
|
POST {{address}}/statusgo/InitializeApplication
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"dataDir": "{{rootDataDir}}"
|
||
|
}
|