yuripeyamashita commited on
Commit
95cabe2
1 Parent(s): ed0747c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ LINE_CHANNEL_ACCESS_TOKEN = os.environ.get("LINE_CHANNEL_ACCESS_TOKEN")
11
  message_list = {}
12
 
13
 
 
14
  @app.route('/', methods=['GET'])
15
  def index():
16
  return {}, 200
 
11
  message_list = {}
12
 
13
 
14
+
15
  @app.route('/', methods=['GET'])
16
  def index():
17
  return {}, 200