fix: GPS缺失下的数据缺失问题
This commit is contained in:
@@ -91,6 +91,12 @@ USE_TZ = True
|
||||
|
||||
STATIC_URL = 'static/'
|
||||
CORS_ALLOW_ALL_ORIGINS = True
|
||||
CORS_EXPOSE_HEADERS = [
|
||||
'X-Blitz-Frame-Seq',
|
||||
'X-Blitz-Backend-Received-Unix-Ns',
|
||||
'X-Blitz-Frame-Hash',
|
||||
'X-Blitz-BSide-Capture-To-Send-Ms',
|
||||
]
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user