version update in file

This commit is contained in:
usmannasir
2024-10-31 14:32:29 +04:00
parent efcae146b4
commit 15c4062cb0
2 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,9 @@ class secMiddleware:
# if os.path.exists(ProcessUtilities.debugPath):
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')
if os.path.exists(ProcessUtilities.debugPath):
logging.writeToFile(f'Request method {request.method.lower()}')
if request.method.lower() == 'post' or request.method.lower() == 'options':
try:

View File

@@ -1 +1 @@
{"version":"2.3","build":5}
{"version":"2.3","build":8}