simplifying a lot of shit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from flask import Flask
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route('/<txt>')
|
||||
def root(txt):
|
||||
return 'txt={}'.format(txt)
|
||||
Reference in New Issue
Block a user