Skip to content

Commit

Permalink
bug fix: design window
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Nov 5, 2024
1 parent 188c012 commit 1f57d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CyberCP/secMiddleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __call__(self, request):
logging.writeToFile(f'Path vs the final url : {pathActual}')
logging.writeToFile(FinalURL)

if pathActual == "/backup/localInitiate" or pathActual == '/' or pathActual == '/verifyLogin' or pathActual == '/logout' or pathActual.startswith('/api')\
if pathActual == "/base/design" or pathActual == "/backup/localInitiate" or pathActual == '/' or pathActual == '/verifyLogin' or pathActual == '/logout' or pathActual.startswith('/api')\
or pathActual.endswith('/webhook') or pathActual.startswith('/cloudAPI') or pathActual.endswith('/gitNotify'):
pass
else:
Expand Down

0 comments on commit 1f57d2f

Please sign in to comment.