fix
This commit is contained in:
parent
37cb8d89af
commit
5641bfbc2d
@ -2,7 +2,7 @@
|
||||
%%% @author anlicheng
|
||||
%%% @copyright (C) 2024, <COMPANY>
|
||||
%%% @doc
|
||||
%%%
|
||||
%%% 数据类型统一为 LineProtocol
|
||||
%%% @end
|
||||
%%% Created : 06. 5月 2024 18:17
|
||||
%%%-------------------------------------------------------------------
|
||||
@ -10,11 +10,6 @@
|
||||
|
||||
-record(http_endpoint, {
|
||||
url = <<>> :: binary(),
|
||||
%% post | put
|
||||
method = post :: atom(),
|
||||
%% json | web_form,
|
||||
data_format = json :: atom(),
|
||||
|
||||
pool_size = 10 :: integer()
|
||||
}).
|
||||
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
{deps, []}.
|
||||
|
||||
{shell, [
|
||||
% {config, "config/sys.config"},
|
||||
{apps, [endpoint]}
|
||||
]}.
|
||||
@ -1 +0,0 @@
|
||||
[].
|
||||
Loading…
x
Reference in New Issue
Block a user