From 8633664b357cc70d4d0ee6c23e26c7a716698778 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 13 Aug 2025 15:21:24 +0800 Subject: [PATCH] add handlers --- apps/iot/src/{http => http_handlers}/device_handler.erl | 0 apps/iot/src/{http => http_handlers}/endpoint_handler.erl | 0 apps/iot/src/{http => http_handlers}/host_handler.erl | 0 apps/iot/src/{http => http_handlers}/http_server.erl | 0 apps/iot/src/{http => http_handlers}/service_handler.erl | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/iot/src/{http => http_handlers}/device_handler.erl (100%) rename apps/iot/src/{http => http_handlers}/endpoint_handler.erl (100%) rename apps/iot/src/{http => http_handlers}/host_handler.erl (100%) rename apps/iot/src/{http => http_handlers}/http_server.erl (100%) rename apps/iot/src/{http => http_handlers}/service_handler.erl (100%) diff --git a/apps/iot/src/http/device_handler.erl b/apps/iot/src/http_handlers/device_handler.erl similarity index 100% rename from apps/iot/src/http/device_handler.erl rename to apps/iot/src/http_handlers/device_handler.erl diff --git a/apps/iot/src/http/endpoint_handler.erl b/apps/iot/src/http_handlers/endpoint_handler.erl similarity index 100% rename from apps/iot/src/http/endpoint_handler.erl rename to apps/iot/src/http_handlers/endpoint_handler.erl diff --git a/apps/iot/src/http/host_handler.erl b/apps/iot/src/http_handlers/host_handler.erl similarity index 100% rename from apps/iot/src/http/host_handler.erl rename to apps/iot/src/http_handlers/host_handler.erl diff --git a/apps/iot/src/http/http_server.erl b/apps/iot/src/http_handlers/http_server.erl similarity index 100% rename from apps/iot/src/http/http_server.erl rename to apps/iot/src/http_handlers/http_server.erl diff --git a/apps/iot/src/http/service_handler.erl b/apps/iot/src/http_handlers/service_handler.erl similarity index 100% rename from apps/iot/src/http/service_handler.erl rename to apps/iot/src/http_handlers/service_handler.erl