rapidjson middleware small modification
This commit is contained in:
parent
670efadc98
commit
634c44c724
@ -35,7 +35,7 @@ public:
|
|||||||
size_t capacity = 100)
|
size_t capacity = 100)
|
||||||
: server(*loop), prefix(std::move(prefix)), router(capacity)
|
: server(*loop), prefix(std::move(prefix)), router(capacity)
|
||||||
{
|
{
|
||||||
middlewares.push_back(rapidjson_middleware);
|
use(rapidjson_middleware);
|
||||||
}
|
}
|
||||||
|
|
||||||
Speedy(Speedy&) = delete;
|
Speedy(Speedy&) = delete;
|
||||||
|
Loading…
Reference in New Issue
Block a user