• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンc6b34a5c0a11fcf931ffcae2c2b85d215833e836 (tree)
日時2019-03-15 00:17:38
作者kazuhiro_kondow <simauma.circus@gmai...>
コミッターkazuhiro_kondow

ログメッセージ

return root index fix

変更サマリ

差分

--- a/appmain.py
+++ b/appmain.py
@@ -55,9 +55,9 @@ def do_selectdata() -> dict:
5555 return 'Failed'
5656
5757 @app.route('/')
58-def index():
58+def index() -> str:
5959 """誤ったHTTPaccessに対する案内"""
60- return "please entry node data!"
60+ return '<!DOCTYPE html><html><head><title>please entry node data!</title></head><body><p><font size="6">please entry node data!</font></p></body></html>'
6161
6262 @app.route('/dataentry', methods=['POST'])
6363 def node_request() -> str: