BLENDER_ID_ENDPOINT should end with a slash

There is always a path component in a URL.
This commit is contained in:
2018-08-29 14:20:23 +02:00
parent 764ccfa78e
commit 3d5554d9ce

View File

@@ -2,7 +2,7 @@ import os
DEBUG = True DEBUG = True
BLENDER_ID_ENDPOINT = 'http://id.local:8000' BLENDER_ID_ENDPOINT = 'http://id.local:8000/'
SERVER_NAME = 'cloud.local:5001' SERVER_NAME = 'cloud.local:5001'
SCHEME = 'http' SCHEME = 'http'