From 1140ebe28d33b78b346f1c276c424c107132a78a Mon Sep 17 00:00:00 2001 From: johnpaulbin Date: Sat, 4 Dec 2021 09:24:18 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20No=20more=20DB=20keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 7aa1218..934b8c3 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,6 @@ Header: `Authorization: Bearer TOKEN` (default key `universal`) ``` Response will be in JSON. -**Adding a auth token to DB:** - -Run: -``` -python3 ./translate/db.py add_key [value] -``` -Make sure to restart server to make changes take affect. - ## 🔧 Contributing We accept all positive contributions that affects this repository and service as a whole; we accept trained .argosmodels files via pull request.