diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-14 14:06:26 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-19 23:19:35 +0300 |
commit | e97f98e5e27a6df3827564cce594f27f18c89267 (patch) | |
tree | 0490a13b5df2d9e1fe9d5d6039401b234be99b01 /bin/web_api.py | |
parent | 5d8e81b6c8fc7abe75188007c6a86bb501a314ad (diff) |
wip
Diffstat (limited to 'bin/web_api.py')
-rwxr-xr-x | bin/web_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/web_api.py b/bin/web_api.py index e543d22..d221838 100755 --- a/bin/web_api.py +++ b/bin/web_api.py @@ -42,7 +42,6 @@ class WebAPIServer(http.HTTPServer): self.get('/sound_sensors/hits/', self.GET_sound_sensors_hits) self.post('/sound_sensors/hits/', self.POST_sound_sensors_hits) - self.post('/log/bot_request/', self.POST_bot_request_log) self.post('/log/openwrt/', self.POST_openwrt_log) self.get('/inverter/consumed_energy/', self.GET_consumed_energy) |