initial server_api.py completed

This commit is contained in:
2023-09-19 23:36:02 +03:30
parent 8641e0d0e5
commit abf5ab25f1
4 changed files with 112 additions and 0 deletions

7
server/api_keys.py Normal file
View File

@@ -0,0 +1,7 @@
# api_keys.py
api_keys = {
"your_api_key": "user1",
"another_api_key": "user2",
# Add more API keys as needed
}