initial server_api.py completed
This commit is contained in:
7
server/api_keys.py
Normal file
7
server/api_keys.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# api_keys.py
|
||||
|
||||
api_keys = {
|
||||
"your_api_key": "user1",
|
||||
"another_api_key": "user2",
|
||||
# Add more API keys as needed
|
||||
}
|
||||
Reference in New Issue
Block a user