mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Merge pull request #3191 from paperless-ngx/fix/increment-api-version
Increment API version for 1.14.1+
This commit is contained in:
commit
c385355c2b
@ -298,7 +298,7 @@ REST_FRAMEWORK = {
|
|||||||
"DEFAULT_VERSION": "1",
|
"DEFAULT_VERSION": "1",
|
||||||
# Make sure these are ordered and that the most recent version appears
|
# Make sure these are ordered and that the most recent version appears
|
||||||
# last
|
# last
|
||||||
"ALLOWED_VERSIONS": ["1", "2"],
|
"ALLOWED_VERSIONS": ["1", "2", "3"],
|
||||||
}
|
}
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user