feat: Add newzealand to reserved tlds
All checks were successful
Build Docker / Build Image (push) Successful in 20s
All checks were successful
Build Docker / Build Image (push) Successful in 20s
This commit is contained in:
parent
49cd9bd0dd
commit
afc91feee8
@ -7,7 +7,7 @@ import datetime
|
|||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
dotenv.load_dotenv()
|
dotenv.load_dotenv()
|
||||||
|
|
||||||
not_for_sale = ['australia']
|
not_for_sale = ['australia', 'newzealand']
|
||||||
|
|
||||||
@app.route('/assets/<path:path>')
|
@app.route('/assets/<path:path>')
|
||||||
def send_report(path):
|
def send_report(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user