merge RangeLocator into Locator and modernize code
This commit is contained in:
parent
ae65a68830
commit
34af60782c
14 changed files with 373 additions and 438 deletions
|
@ -73,7 +73,8 @@ class FetchUpdatesResponseSchema(Schema):
|
|||
title="null",
|
||||
description="only for cross-origin requests",
|
||||
)],
|
||||
] = APIField(None,
|
||||
] = APIField(
|
||||
None,
|
||||
title="user data",
|
||||
description="user data of this request. ommited for cross-origin requests.",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue