소스 검색

Typo.

master
Ben Kurtovic 8 년 전
부모
커밋
2fcde9f420
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi 파일 보기

@@ -20,4 +20,4 @@ def index():

if __name__ == '__main__':
from flup.server.fcgi import WSGIServer
WSGIServer(myapp).run()
WSGIServer(app).run()

불러오는 중...
취소
저장