mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Remove redundant code and update URLModificationMiddleware
This commit is contained in:
@@ -1184,7 +1184,7 @@ AWX_REQUEST_PROFILE = False
|
||||
# Delete temporary directories created to store playbook run-time
|
||||
AWX_CLEANUP_PATHS = True
|
||||
|
||||
MIDDLEWARE = [ # NOQA
|
||||
MIDDLEWARE = [
|
||||
'awx.main.middleware.TimingMiddleware',
|
||||
'awx.main.middleware.MigrationRanCheckMiddleware',
|
||||
'corsheaders.middleware.CorsMiddleware',
|
||||
|
||||
Reference in New Issue
Block a user