mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-01-12 02:04:20 +00:00
Change landing page to alt upload page link
This commit is contained in:
parent
1456e80556
commit
3fdc435ad6
@ -12,10 +12,6 @@ app = Flask(__name__)
|
||||
app.config['SECRET_KEY'] = os.urandom(24)
|
||||
|
||||
@app.route("/")
|
||||
@app.route("/hello/<name>")
|
||||
def hello(name=None):
|
||||
return render_template('hello.html',name=name)
|
||||
|
||||
@app.route('/upload', methods=['GET','POST'])
|
||||
def upload_file():
|
||||
if request.method == 'POST':
|
||||
|
Loading…
Reference in New Issue
Block a user