zklcdc commited on
Commit
258efe1
·
verified ·
1 Parent(s): b8b193e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- return redirect('https://dongsiqie.me', code=302)
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()