Skip to content

Commit

Permalink
change js protobuf port
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed May 7, 2024
1 parent 4afdc3d commit 76f6376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/compression_playground/templates/protobuf.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title></title>
<script src="https://cdn.jsdelivr.net/npm/protobufjs@7.X.X/dist/protobuf.js"></script>
<link rel="stylesheet" href="/static/app.css">
<script type="text/javascript" src="http://localhost:3000/centrifuge.protobuf.js"></script>
<script type="text/javascript" src="http://localhost:2000/centrifuge.protobuf.js"></script>
<script type="text/javascript">
window.addEventListener('load', function() {
const url = new URL(window.location.href);
Expand Down

0 comments on commit 76f6376

Please sign in to comment.