diff options
| author | Melonai <einebeere@gmail.com> | 2021-05-08 23:41:03 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-05-08 23:41:03 +0200 |
| commit | 09693b979efe3c9c7ea64f79d97a1f0b53f7c49e (patch) | |
| tree | 13719bb4800c1510a70f96f3e81f96f80ef960a2 /lib/rook_web/templates/app/request.html.eex | |
| parent | 88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91 (diff) | |
| download | rook-09693b979efe3c9c7ea64f79d97a1f0b53f7c49e.tar.zst rook-09693b979efe3c9c7ea64f79d97a1f0b53f7c49e.zip | |
Socket connection and token fetching
Diffstat (limited to 'lib/rook_web/templates/app/request.html.eex')
| -rw-r--r-- | lib/rook_web/templates/app/request.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rook_web/templates/app/request.html.eex b/lib/rook_web/templates/app/request.html.eex index c09a843..b7ff7bd 100644 --- a/lib/rook_web/templates/app/request.html.eex +++ b/lib/rook_web/templates/app/request.html.eex @@ -1 +1 @@ -<%= render_app(@conn, @token, "request") %> +<%= render_app(@conn, "request") %> |
