Commit 6fa10d20 authored by liuyu's avatar liuyu

test

parent 62ccfe36
......@@ -65,6 +65,7 @@
"typeinfo": "cpp",
"valarray": "cpp",
"variant": "cpp",
"*.h++": "cpp"
"*.h++": "cpp",
"typeindex": "cpp"
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
......@@ -1273,6 +1273,8 @@ BlockCRUDApi.h
/home/liuyu/UDSF/src/api/BlockCRUDApi.h
Helpers.h
/home/liuyu/UDSF/src/api/Helpers.h
logger.hpp
/home/liuyu/UDSF/src/api/logger.hpp
/home/liuyu/UDSF/src/api/BlockCRUDApi.h
pistache/http.h
......@@ -1295,6 +1297,8 @@ MetaSchemaCRUDApi.h
/home/liuyu/UDSF/src/api/MetaSchemaCRUDApi.h
Helpers.h
/home/liuyu/UDSF/src/api/Helpers.h
logger.hpp
/home/liuyu/UDSF/src/api/logger.hpp
/home/liuyu/UDSF/src/api/MetaSchemaCRUDApi.h
pistache/http.h
......@@ -1319,6 +1323,8 @@ NotificationSubscriptionCRUDApi.h
/home/liuyu/UDSF/src/api/NotificationSubscriptionCRUDApi.h
Helpers.h
/home/liuyu/UDSF/src/api/Helpers.h
logger.hpp
/home/liuyu/UDSF/src/api/logger.hpp
/home/liuyu/UDSF/src/api/NotificationSubscriptionCRUDApi.h
pistache/http.h
......@@ -1349,6 +1355,8 @@ NotificationSubscriptionsCRUDApi.h
/home/liuyu/UDSF/src/api/NotificationSubscriptionsCRUDApi.h
Helpers.h
/home/liuyu/UDSF/src/api/Helpers.h
logger.hpp
/home/liuyu/UDSF/src/api/logger.hpp
/home/liuyu/UDSF/src/api/NotificationSubscriptionsCRUDApi.h
pistache/http.h
......@@ -1371,6 +1379,8 @@ RecordCRUDApi.h
/home/liuyu/UDSF/src/api/RecordCRUDApi.h
Helpers.h
/home/liuyu/UDSF/src/api/Helpers.h
logger.hpp
/home/liuyu/UDSF/src/api/logger.hpp
/home/liuyu/UDSF/src/api/RecordCRUDApi.h
pistache/http.h
......@@ -1533,6 +1543,8 @@ string
/home/liuyu/UDSF/src/impl/RecordCRUDApiImpl.cpp
RecordCRUDApiImpl.h
/home/liuyu/UDSF/src/impl/RecordCRUDApiImpl.h
logger.hpp
/home/liuyu/UDSF/src/impl/logger.hpp
/home/liuyu/UDSF/src/impl/RecordCRUDApiImpl.h
pistache/endpoint.h
......@@ -1565,6 +1577,8 @@ string
-
vector
-
mysql/mysql.h
-
/home/liuyu/UDSF/src/model/AccessTokenErr.cpp
AccessTokenErr.h
......
No preview for this file type
......@@ -12,7 +12,7 @@
#include "BlockCRUDApi.h"
#include "Helpers.h"
#include "logger.hpp"
namespace org {
namespace openapitools {
namespace server {
......@@ -206,6 +206,7 @@ void BlockCRUDApi::get_block_list_handler(const Pistache::Rest::Request &request
}
void BlockCRUDApi::block_crud_api_default_handler(const Pistache::Rest::Request &, Pistache::Http::ResponseWriter response) {
Logger::udsf_server().debug("block_crud_api_default_handler sreceive message");
response.send(Pistache::Http::Code::Not_Found, "The requested method does not exist");
}
......
......@@ -12,7 +12,7 @@
#include "MetaSchemaCRUDApi.h"
#include "Helpers.h"
#include "logger.hpp"
namespace org {
namespace openapitools {
namespace server {
......@@ -170,6 +170,7 @@ void MetaSchemaCRUDApi::get_meta_schema_handler(const Pistache::Rest::Request &r
}
void MetaSchemaCRUDApi::meta_schema_crud_api_default_handler(const Pistache::Rest::Request &, Pistache::Http::ResponseWriter response) {
Logger::udsf_server().debug("meta_schema_crud_api_default_handler sreceive message");
response.send(Pistache::Http::Code::Not_Found, "The requested method does not exist");
}
......
......@@ -12,7 +12,7 @@
#include "NotificationSubscriptionCRUDApi.h"
#include "Helpers.h"
#include "logger.hpp"
namespace org {
namespace openapitools {
namespace server {
......@@ -210,6 +210,7 @@ void NotificationSubscriptionCRUDApi::update_notification_subscription_handler(c
}
void NotificationSubscriptionCRUDApi::notification_subscription_crud_api_default_handler(const Pistache::Rest::Request &, Pistache::Http::ResponseWriter response) {
Logger::udsf_server().debug("notification_subscription_crud_api_default_handler sreceive message");
response.send(Pistache::Http::Code::Not_Found, "The requested method does not exist");
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment