mirror of
https://github.com/oatpp/oatpp.git
synced 2025-01-30 16:59:30 +08:00
Removed leftovers from testing new functionalities
This commit is contained in:
parent
3b1db44078
commit
e39ed22041
@ -138,7 +138,6 @@ public:
|
||||
ENDPOINT("POST", "echo", echo,
|
||||
BODY_STRING(String, body)) {
|
||||
//OATPP_LOGV(TAG, "POST body(echo) size=%d", body->getSize());
|
||||
oatpp::String path = Z__ENDPOINT_echo->info()->path;
|
||||
return createResponse(Status::CODE_200, body);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user