diff options
| author | Melonai <einebeere@gmail.com> | 2021-05-07 17:11:50 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-05-07 17:11:50 +0200 |
| commit | 88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91 (patch) | |
| tree | 33691a532f460dbdf8a0e7909b898c0b324eaa2f /lib/rook_web/templates/app/request.html.eex | |
| download | rook-88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91.tar.zst rook-88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91.zip | |
Initial structure
Diffstat (limited to 'lib/rook_web/templates/app/request.html.eex')
| -rw-r--r-- | lib/rook_web/templates/app/request.html.eex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rook_web/templates/app/request.html.eex b/lib/rook_web/templates/app/request.html.eex new file mode 100644 index 0000000..c09a843 --- /dev/null +++ b/lib/rook_web/templates/app/request.html.eex @@ -0,0 +1 @@ +<%= render_app(@conn, @token, "request") %> |
