mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
Increment API version for 1.14.1+
This commit is contained in:
parent
1fc9eaf360
commit
7f74a85400
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ REST_FRAMEWORK = {
|
|||
"DEFAULT_VERSION": "1",
|
||||
# Make sure these are ordered and that the most recent version appears
|
||||
# last
|
||||
"ALLOWED_VERSIONS": ["1", "2"],
|
||||
"ALLOWED_VERSIONS": ["1", "2", "3"],
|
||||
}
|
||||
|
||||
if DEBUG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue