tabs|spaces
This commit is contained in:
parent
dcf738f76b
commit
63e64701b8
1 changed files with 1 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ application = local_manager.make_middleware(application)
|
|||
|
||||
|
||||
application = SharedDataMiddleware(application, {
|
||||
'/': os.path.join(os.path.dirname(__file__), "..", "..", "public")
|
||||
'/': os.path.join(os.path.dirname(__file__), "..", "..", "public")
|
||||
})
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
@ -50,4 +50,3 @@ if __name__ == '__main__':
|
|||
run_simple('localhost', 8000, application, use_reloader=True,
|
||||
use_debugger=True, use_evalex=True)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue