1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/lib/chess_web/templates/layout/_scripts.html.eex

3 lines
117 B
Elixir

<script>window.userToken = "<%= @token %>";</script>
<script src="<%= static_path(@conn, "/js/app.js") %>"></script>