| Index: web/inc/rpcexplorer/rpc-explorer.html
|
| diff --git a/server/static/rpcexplorer/rpc-explorer.html b/web/inc/rpcexplorer/rpc-explorer.html
|
| similarity index 98%
|
| copy from server/static/rpcexplorer/rpc-explorer.html
|
| copy to web/inc/rpcexplorer/rpc-explorer.html
|
| index 179c760dc64233341e8eff0d894816203ef9c865..9e83aee98bc23f53c9ce26852694aec71da512c8 100644
|
| --- a/server/static/rpcexplorer/rpc-explorer.html
|
| +++ b/web/inc/rpcexplorer/rpc-explorer.html
|
| @@ -14,7 +14,7 @@
|
| href="../bower_components/google-signin/google-signin-aware.html">
|
| <link rel="import" href="../bower_components/paper-spinner/paper-spinner.html">
|
|
|
| -<link rel="import" href="/static/common/rpc/rpc-client.html">
|
| +<link rel="import" href="../rpc/rpc-client.html">
|
|
|
| <link rel="import" href="rpc-descriptor-util.html">
|
| <link rel="import" href="rpc-method.html">
|
| @@ -181,4 +181,4 @@
|
| }
|
| });
|
| </script>
|
| -</dom-module>
|
| +</dom-module>
|
|
|