buletomato25 commited on
Commit
cb12ee0
·
1 Parent(s): 4147f61
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def generate_filename(random_length):
107
  # トップページ(テンプレート: index.html)
108
  @app.route('/')
109
  def top():
110
- return redirect('index')
111
 
112
  # ログイン画面(テンプレート: login.html)
113
  @app.route('/login')
 
107
  # トップページ(テンプレート: index.html)
108
  @app.route('/')
109
  def top():
110
+ return redirect('login')
111
 
112
  # ログイン画面(テンプレート: login.html)
113
  @app.route('/login')