| Index: web/apps/logdog-app/elements/routing.html
|
| diff --git a/web/apps/logdog-app/elements/routing.html b/web/apps/logdog-app/elements/routing.html
|
| index 4c707a9d8e5e4a553ef16a9ab9f31ac6b5abec1a..032998a30e105a8c44eff07f355525af1692ef37 100644
|
| --- a/web/apps/logdog-app/elements/routing.html
|
| +++ b/web/apps/logdog-app/elements/routing.html
|
| @@ -48,9 +48,9 @@
|
| app.route = "root";
|
| });
|
|
|
| - page("/list/*", function(data) {
|
| - app.route = "list";
|
| - app.$.list.base = logdog.correctStreamPath(data.params[0]);
|
| + page("/query/*", function(data) {
|
| + app.route = "query";
|
| + app.$.query.base = logdog.correctStreamPath(data.params[0]);
|
| });
|
|
|
| page("/stream/*", function(data) {
|
|
|