summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-04-09 14:41:15 +0200
committerFxQnLr <[email protected]>2024-04-09 14:41:15 +0200
commit25492f14292afc0fbfd442cd188bc93ffc3d293e (patch)
tree7289b06b79fbd2e25cbce2d4412c3390c8a12bf2 /src/main.rs
parenta91a2ca5c88403e905bf0f798393587fc4d900fa (diff)
downloadwebol-25492f14292afc0fbfd442cd188bc93ffc3d293e.tar
webol-25492f14292afc0fbfd442cd188bc93ffc3d293e.tar.gz
webol-25492f14292afc0fbfd442cd188bc93ffc3d293e.zip
Closes #21. Api desc are useful now...
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index a8acc5f..70c67cf 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -50,9 +50,8 @@ mod wol;
50 start::PayloadOld, 50 start::PayloadOld,
51 start::Payload, 51 start::Payload,
52 start::Response, 52 start::Response,
53 device::PutDevicePayload, 53 device::DevicePayload,
54 device::GetDevicePayload, 54 device::GetDevicePayload,
55 device::PostDevicePayload,
56 db::DeviceSchema, 55 db::DeviceSchema,
57 ) 56 )
58 ), 57 ),