Skip to content
  • This project
    • Loading...
  • Sign in

胡边 / WebService-python-framework

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • WebService-python-framework
  • run.py
  • 胡边's avatar
    first time enhancement for the code structure · 0c035fbd
    胡边 committed 2017-10-18 11:16:19 +0800
    0c035fbd Browse Files
run.py 125 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
# -*- coding: utf-8 -*-

from server.app import web_app

if __name__ == "__main__":
    web_app.run(host='0.0.0.0', port=80)