Skip to content
Snippets Groups Projects

Update settings.py

Merged jvfpw18 requested to merge development into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
'''Settings used by LDE regression test'''
'''URL API to test'''
BASE_URL = 'localhost:3000/api/v1/'
BASE_URL = 'http://localhost:3000/api/v1/'
'''List of all base routes available to test'''
BASE_ROUTE_LIST = [
Loading