forked from CFC-Servers/cfc_chat_transit
Make base url configurable
This commit is contained in:
parent
5e5f7ccef3
commit
985a539f2f
@ -8,7 +8,7 @@ app = Flask(__name__)
|
||||
|
||||
transparent = (0, 0, 0, 0)
|
||||
|
||||
base_url = "https://avatarservice.cfcservers.org"
|
||||
base_url = os.getenv("AVATAR_SERVICE_URL")
|
||||
|
||||
@app.route("/outline", methods=["POST"])
|
||||
def outline():
|
||||
|
Loading…
Reference in New Issue
Block a user