Skip to content

Commit ce5f193

Browse files
add dashboards action
1 parent 5ab2c5e commit ce5f193

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)