Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit c97f414

Browse files
adicao de comentário útil
1 parent d631fdf commit c97f414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/lambda_api/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from gevent.pywsgi import WSGIServer
22
from app import app
33

4+
# Não remover do projeto, muito útil para executar o debug via IDE Pycharm
45
http_server = WSGIServer(('0.0.0.0', 5000), app)
56
http_server.serve_forever()

0 commit comments

Comments
 (0)