Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jun 28, 2024
1 parent 9190940 commit 39ae418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphwebhook/src/main/resources/templates/apponly.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Notifications</h1>
<tbody id="notifications"></tbody>
</table>

<script src="https://cdn.socket.io/4.7.5/socket.io.min.js"></script>
<script src="https://cdn.socket.io/4.7.5/socket.io.min.js" integrity="sha384-2huaZvOR9iDzHqslqwpR87isEmrfxqyWOF7hr7BY6KG0+hVKLoEXMPUJw3ynWuhO" crossorigin="anonymous"></script>
<script th:inline="javascript">
const socket = io('http://localhost:8081/emitNotification');

Expand Down
2 changes: 1 addition & 1 deletion graphwebhook/src/main/resources/templates/delegated.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>Notifications</h1>
<tbody id="notifications"></tbody>
</table>

<script src="https://cdn.socket.io/4.7.5/socket.io.min.js"></script>
<script src="https://cdn.socket.io/4.7.5/socket.io.min.js" integrity="sha384-2huaZvOR9iDzHqslqwpR87isEmrfxqyWOF7hr7BY6KG0+hVKLoEXMPUJw3ynWuhO" crossorigin="anonymous"></script>
<script th:inline="javascript">
const socket = io('http://localhost:8081/emitNotification');

Expand Down

0 comments on commit 39ae418

Please sign in to comment.