Adds New Delete File Endpoint and Refactors Endpoints, Adds VirusChecker
This commit is contained in:
11
storage_service/config/config_virus_checker.py
Normal file
11
storage_service/config/config_virus_checker.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from dotenv import load_dotenv
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def get_virus_checker_api_key():
|
||||
load_dotenv()
|
||||
|
||||
return {
|
||||
"api_key": os.environ.get("VIRUS_CHECKER_API_KEY")
|
||||
}
|
||||
Reference in New Issue
Block a user