File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -403,9 +403,25 @@ server {
403
403
return 302 /workflow/integrations/legacy-integrations/;
404
404
}
405
405
406
+ location = /workflow/visibility/ {
407
+ return 302 /workflow/dashboards/;
408
+ }
409
+
410
+ location = /workflow/discover/ {
411
+ return 302 /performance/discover/;
412
+ }
413
+
414
+ location = /workflow/discover2/ {
415
+ return 302 /performance/discover/;
416
+ }
417
+
418
+ location = /workflow/discover2/query-builder/ {
419
+ return 302 /performance/discover/query-builder/;
420
+ }
421
+
406
422
location = /workflow/integrations/legacy-integrations/asana/ {
407
423
return 302 /workflow/integrations/legacy-integrations/;
408
- }
424
+ }
409
425
410
426
location = /development/sdk-dev/interfaces/breadcrumbs/ {
411
427
return 302 /development/sdk-dev/interfaces/;
You can’t perform that action at this time.
0 commit comments