diff options
author | FxQnLr <[email protected]> | 2024-04-10 13:29:01 +0200 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-04-10 13:29:01 +0200 |
commit | 07740f3d985b4cc921b69cd45ec9191a2daecd67 (patch) | |
tree | 24ae945e7eb003a30d55552dcb8cdb59b227469f /src/main.rs | |
parent | bd5ed2f47fe870776783a5b2a56c899126a51860 (diff) | |
download | webol-07740f3d985b4cc921b69cd45ec9191a2daecd67.tar webol-07740f3d985b4cc921b69cd45ec9191a2daecd67.tar.gz webol-07740f3d985b4cc921b69cd45ec9191a2daecd67.zip |
Closes #31. Renamed Payloads
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 | ), |