Add endpoints for tags

This commit is contained in:
Tobias Reisinger 2023-11-30 03:24:13 +01:00
parent c8f40284ef
commit 8d996888bd
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 141 additions and 18 deletions
emgauwa-core/src/handlers/v1

View file

@ -1,4 +1,5 @@
pub mod controllers;
pub mod relays;
pub mod schedules;
pub mod tags;
pub mod ws;