feat: Remove separate TLD pages
All checks were successful
Build Docker / Build Image (push) Successful in 2m4s

This commit is contained in:
2025-09-22 13:34:55 +10:00
parent 4a4d8b31c4
commit ef90f4c148

View File

@@ -21,7 +21,7 @@ exchange = {
}
DEV = os.getenv('DEV', 'false').lower() in ['true', '1', 'yes']
tlds = ['australia','newzealand']
tlds = []
#Assets routes
@app.route('/assets/<path:path>')
@@ -469,4 +469,4 @@ def check_payments():
payments.check_payments()
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')