You've already forked cpp-httplib
Fix #1923
This commit is contained in:
@ -32,6 +32,8 @@ server-crow : crow/main.cpp
|
|||||||
g++ -o $@ $(CXXFLAGS) crow/main.cpp
|
g++ -o $@ $(CXXFLAGS) crow/main.cpp
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
bench-all: bench-crow bench
|
||||||
|
|
||||||
issue:
|
issue:
|
||||||
$(BENCH)
|
$(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!'
|
|
Reference in New Issue
Block a user