Skip to content

Commit fdf3f8d

Browse files
add dashboards action
1 parent a575504 commit fdf3f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/http/demo_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub async fn get_demo_data(req: HttpRequest) -> Result<HttpResponse, PostError>
7070
"Demo data is not available in this mode"
7171
))),
7272
},
73-
"filters" | "alerts" => {
73+
"filters" | "alerts" | "dashboards" => {
7474
// Fire the script execution asynchronously
7575
tokio::spawn(
7676
async move { execute_demo_script(&action, &url, username, password).await },

0 commit comments

Comments
 (0)