feat: Remove separate TLD pages
All checks were successful
Build Docker / Build Image (push) Successful in 2m4s
All checks were successful
Build Docker / Build Image (push) Successful in 2m4s
This commit is contained in:
@@ -21,7 +21,7 @@ exchange = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEV = os.getenv('DEV', 'false').lower() in ['true', '1', 'yes']
|
DEV = os.getenv('DEV', 'false').lower() in ['true', '1', 'yes']
|
||||||
tlds = ['australia','newzealand']
|
tlds = []
|
||||||
|
|
||||||
#Assets routes
|
#Assets routes
|
||||||
@app.route('/assets/<path:path>')
|
@app.route('/assets/<path:path>')
|
||||||
@@ -469,4 +469,4 @@ def check_payments():
|
|||||||
payments.check_payments()
|
payments.check_payments()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, port=5000, host='0.0.0.0')
|
app.run(debug=True, port=5000, host='0.0.0.0')
|
||||||
|
|||||||
Reference in New Issue
Block a user