mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Fix #1923
This commit is contained in:
parent
4c27f9c6ef
commit
3d6e315a4c
2 changed files with 2 additions and 9 deletions
|
@ -32,6 +32,8 @@ server-crow : crow/main.cpp
|
|||
g++ -o $@ $(CXXFLAGS) crow/main.cpp
|
||||
|
||||
# misc
|
||||
bench-all: bench-crow bench
|
||||
|
||||
issue:
|
||||
$(BENCH)
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
from flask import Flask
|
||||
app = Flask(__name__)
|
||||
|
||||
import logging
|
||||
logging.getLogger('werkzeug').disabled = True
|
||||
|
||||
@app.route('/')
|
||||
def hello_world():
|
||||
return 'Hello, World!'
|
Loading…
Reference in a new issue