remove etag where there should be none
This commit is contained in:
parent
c21c43a6da
commit
19380e0b80
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ class FetchUpdatesResponseSchema(Schema):
|
||||||
"if not called regularly, the tileserver will ignore your access permissions.\n\n"
|
"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.",
|
"this endpoint can be called cross-origin, but it will have no user data then.",
|
||||||
response={200: FetchUpdatesResponseSchema, **auth_responses})
|
response={200: FetchUpdatesResponseSchema, **auth_responses})
|
||||||
@newapi_etag(permissions=False)
|
|
||||||
def fetch_updates(request, response: HttpResponse):
|
def fetch_updates(request, response: HttpResponse):
|
||||||
cross_origin = request.META.get('HTTP_ORIGIN')
|
cross_origin = request.META.get('HTTP_ORIGIN')
|
||||||
if cross_origin is not None:
|
if cross_origin is not None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue