Add authentication to more handlers

This commit is contained in:
2020-08-01 02:18:31 -04:00
parent eb7706974e
commit d1c933e1ea
13 changed files with 99 additions and 60 deletions

View File

@@ -1,5 +1,4 @@
{
"name": "Test Owner",
"api_key": "9972bf37-5154-4e1a-a76e-49c93d7d78df",
"mod_version": "0.0.1"
}

View File

@@ -1,5 +1,4 @@
{
"name": "Test Owner 2",
"api_key": "84f03de0-225f-44c1-894d-d5a8c2f74803",
"mod_version": "0.0.1"
}

View File

@@ -1,6 +1,5 @@
{
"name": "Test Shop",
"owner_id": 1,
"description": "for testing",
"is_not_sell_buy": true,
"sell_buy_list_id": 1,

View File

@@ -1,6 +1,5 @@
{
"name": "Test Shop",
"owner_id": 2,
"name": "Test Shop 2",
"description": "for testing",
"is_not_sell_buy": true,
"sell_buy_list_id": 1,