mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
Update api version to v4
This commit is contained in:
parent
ef335517ce
commit
fae0e3b405
3 changed files with 3 additions and 3 deletions
|
|
@ -319,7 +319,7 @@ REST_FRAMEWORK = {
|
|||
"DEFAULT_VERSION": "1",
|
||||
# Make sure these are ordered and that the most recent version appears
|
||||
# last
|
||||
"ALLOWED_VERSIONS": ["1", "2", "3"],
|
||||
"ALLOWED_VERSIONS": ["1", "2", "3", "4"],
|
||||
}
|
||||
|
||||
if DEBUG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue