ci: improve restore test

This commit is contained in:
thecodrr
2020-03-21 11:40:03 +05:00
parent 99acc7fd38
commit 5d8618f306
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
export const HOST = "http://192.168.10.11:4000/";
export const HOST = "http://localhost:8000/";
export const HEADERS = {
agent: "nn/1.0.0",
"Content-Type": "application/json"