API Security, Logging, & Restructure
- Added a .gitignore - Implemented security.py (apikeys.py from server-api) - Implemented wrapper.py (wrapper from radicalbot - Added proper logging using log.conf - Split tracker API endpoints into a router - Renamed Target classes to Tracker
This commit is contained in:
parent
13075f7fa3
commit
f5e0ac8cac
11 changed files with 278 additions and 111 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*/__pycache__/*
|
||||
*.log
|
Loading…
Add table
Add a link
Reference in a new issue