Skip to content

Commit

Permalink
Remove comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 21, 2024
1 parent b4d7073 commit 5aaeaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div id="workflows"></div>
<ul id="messages"></ul>
<script>
const API_URL = location.protocol + '//' + location.host + '/fastagency';// Use wss:// if location.protocol is https else use ws://
const API_URL = location.protocol + '//' + location.host + '/fastagency';
const WS_URL = (location.protocol === 'https:' ? 'wss://' : 'ws://') + location.host + '/fastagency/ws'; // nosemgrep
let socket;
Expand Down

0 comments on commit 5aaeaee

Please sign in to comment.