Skip to content
Snippets Groups Projects
Commit 5b47e199 authored by Alê Borba's avatar Alê Borba
Browse files

Adicionando o arquivo para startar o servidor

parent 2215e71b
No related branches found
No related tags found
No related merge requests found
import sys, os, bottle
sys.path = ['/var/www/'] + sys.path
os.chdir(os.path.dirname(__file__))
import correios_server # This loads your application
application = bottle.default_app()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment