From 7f60173eb85300090e838cbac390207fd5a59539 Mon Sep 17 00:00:00 2001 From: Scott Behrens Date: Wed, 31 Jan 2024 09:48:12 -0800 Subject: [PATCH] adds an api endpoint/key for general api --- infrastructure/server/fabric_api_keys.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/infrastructure/server/fabric_api_keys.json b/infrastructure/server/fabric_api_keys.json index b3a379d..5481bb8 100644 --- a/infrastructure/server/fabric_api_keys.json +++ b/infrastructure/server/fabric_api_keys.json @@ -1,5 +1,8 @@ { "/extwis": { - "eJ4f1e0b-25wO-47f9-97ec-6b5335b2": "Daniel Miessler" + "b246f5c2-6b45-492a-a230-52f2d04b3dc0": "Scott Behrens" + }, + "/general": { + "b246f5c2-6b45-492a-a230-52f2d04b3dc0": "Scott Behrens" } -} +} \ No newline at end of file