Spaces:
Running
Running
zklcdc
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ app = Flask(__name__)
|
|
6 |
def index():
|
7 |
return redirect('https://dongsiqie.me', code=302)
|
8 |
|
9 |
-
@app.route('/')
|
10 |
-
def index():
|
11 |
-
|
12 |
|
13 |
if __name__ == '__main__':
|
14 |
app.run()
|
|
|
6 |
def index():
|
7 |
return redirect('https://dongsiqie.me', code=302)
|
8 |
|
9 |
+
# @app.route('/')
|
10 |
+
# def index():
|
11 |
+
# return redirect('https://dongsiqie.me', code=302)
|
12 |
|
13 |
if __name__ == '__main__':
|
14 |
app.run()
|