Update schema, add status endpoint

This commit is contained in:
2020-09-07 16:51:01 -04:00
parent 170a3a8b02
commit 8d5fe7f75d
13 changed files with 249 additions and 246 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
{
"name": "Test Owner",
"mod_version": "0.0.1"
"mod_version": 1
}
+2 -1
View File
@@ -1,4 +1,5 @@
{
"id": null,
"name": "Test Owner 2",
"mod_version": "0.0.1"
"mod_version": 1
}
+1 -5
View File
@@ -1,8 +1,4 @@
{
"name": "Test Shop",
"description": "for testing",
"is_not_sell_buy": true,
"sell_buy_list_id": 1,
"vendor_id": 1,
"vendor_gold": 0
"description": "for testing"
}
+1 -5
View File
@@ -1,8 +1,4 @@
{
"name": "Test Shop 2",
"description": "for testing",
"is_not_sell_buy": true,
"sell_buy_list_id": 1,
"vendor_id": 1,
"vendor_gold": 0
"description": "for testing"
}