diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 779385f..8af8c63 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -41,9 +41,9 @@ mod wol; | |||
41 | ), | 41 | ), |
42 | components( | 42 | components( |
43 | schemas( | 43 | schemas( |
44 | start::Payload, | 44 | start::SPayload, |
45 | start::Response, | 45 | start::Response, |
46 | device::Payload, | 46 | device::DPayload, |
47 | storage::DeviceSchema, | 47 | storage::DeviceSchema, |
48 | ) | 48 | ) |
49 | ), | 49 | ), |