new API key

This commit is contained in:
2025-09-06 15:52:22 +03:00
parent 087a74ccad
commit 9d57fdfe9c
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
API/keyfile.py

View File

@@ -3,8 +3,10 @@ import mysql.connector
import uuid import uuid
import base64 import base64
import json import json
import keyfile
API_KEY_NS = "75834657346587346587634865786348658"
API_KEY_NS = keyfile.API_KEY
app = Flask(__name__) app = Flask(__name__)
# Database connection # Database connection