Add swagger-ui
This commit is contained in:
parent
51c42d5202
commit
e950a33e98
9 changed files with 263 additions and 44 deletions
emgauwa-core/src/handlers/v1/ws
|
@ -11,7 +11,7 @@ use crate::handlers::v1::ws::controllers::ControllerWs;
|
|||
|
||||
pub mod controllers;
|
||||
|
||||
#[get("/api/v1/ws/controllers")]
|
||||
#[get("/ws/controllers")]
|
||||
pub async fn ws_controllers(
|
||||
pool: web::Data<Pool<Sqlite>>,
|
||||
app_state: web::Data<Addr<AppState>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue