remove etag where there should be none

This commit is contained in:
Laura Klünder 2023-12-03 20:40:10 +01:00
parent c21c43a6da
commit 19380e0b80

View file

@ -40,7 +40,6 @@ class FetchUpdatesResponseSchema(Schema):
"if not called regularly, the tileserver will ignore your access permissions.\n\n"
"this endpoint can be called cross-origin, but it will have no user data then.",
response={200: FetchUpdatesResponseSchema, **auth_responses})
@newapi_etag(permissions=False)
def fetch_updates(request, response: HttpResponse):
cross_origin = request.META.get('HTTP_ORIGIN')
if cross_origin is not None: