ExchangeUnion / xud-docker-api

GNU Affero General Public License v3.0
0 stars 0 forks source link

Set backup directory via proxy #26

Open kilrau opened 3 years ago

kilrau commented 3 years ago

xud-ui should be able to change the xud backup directory via a separate endpoint on the proxy API.

reliveyy commented 3 years ago

@kilrau @krrprr Let's make this endpoint like PUT /api/v1/backup

payload is

{"location": "/some/new/location"}