Skip to content

Commit

Permalink
🧼 Removes HttpEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
runeharlyk committed Nov 12, 2024
1 parent 426b4a1 commit 2f8bcaa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 78 deletions.
1 change: 0 additions & 1 deletion esp32/lib/ESP32-sveltekit/CameraSettingsService.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace Camera {
#include <camera_service.h>
#include <EventEndpoint.h>
#include <FSPersistence.h>
#include <HttpEndpoint.h>
#include <stateful_service_endpoint.h>
#include <JsonUtils.h>
#include <PsychicHttp.h>
Expand Down
75 changes: 0 additions & 75 deletions esp32/lib/ESP32-sveltekit/HttpEndpoint.h

This file was deleted.

1 change: 0 additions & 1 deletion esp32/lib/ESP32-sveltekit/Peripherals.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <EventEndpoint.h>
#include <FSPersistence.h>
#include <HttpEndpoint.h>
#include <StatefulService.h>
#include <MathUtils.h>
#include <timing.h>
Expand Down
1 change: 0 additions & 1 deletion esp32/lib/ESP32-sveltekit/ServoController.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <EventEndpoint.h>
#include <event_socket.h>
#include <FSPersistence.h>
#include <HttpEndpoint.h>
#include <StatefulService.h>
#include <stateful_service_endpoint.h>
#include <MathUtils.h>
Expand Down

0 comments on commit 2f8bcaa

Please sign in to comment.