Commit 2f0d19e3 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #661 in RMS/api-main-service from red-develop to product-dev

* commit 'ff3b2c52':
  fixing serving files
parents 4109268a ff3b2c52
from .base import * from .base import *
import configparser import configparser
DEBUG = True DEBUG = False
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
# CORS_ORIGIN_ALLOW_ALL = True # CORS_ORIGIN_ALLOW_ALL = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment