remove /api/v1 and deprecated credential fields

This commit is contained in:
Ryan Petrello
2019-03-12 17:12:16 -04:00
parent 176f8632e5
commit 6da445f7c0
43 changed files with 271 additions and 2211 deletions

View File

@@ -22,5 +22,5 @@ def version(request):
context.get('view'),
'deprecated',
False
) or request.path.startswith('/api/v1/')
)
}