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>')