mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
Support 202202 patch 1 (#1129)
* remove survey notifications * fixing old reference of IXF_IMPORTER_DAYS_UNTIL_TICKET through EnvironmentSettings, this setting is no longer controlled through that and should come straight from settings * Bad API keys need to return 401 just like a bad user/pass. Presently they return 200. #1117 Co-authored-by: Stefan Pratter <stefan@20c.com> Co-authored-by: David Poarch <dpoarch@20c.com>
This commit is contained in:
@ -652,6 +652,7 @@ MIDDLEWARE += (
|
||||
"peeringdb_server.maintenance.Middleware",
|
||||
"peeringdb_server.middleware.CurrentRequestContext",
|
||||
"peeringdb_server.middleware.PDBCommonMiddleware",
|
||||
"peeringdb_server.middleware.PDBPermissionMiddleware",
|
||||
"oauth2_provider.middleware.OAuth2TokenMiddleware",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user