diff options
author | neodarz <neodarz@neodarz.net> | 2017-02-06 16:52:00 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-02-06 16:52:00 +0100 |
commit | 120bf89930ce7e136ba0b0499bce7b0f8b95f296 (patch) | |
tree | d86d7320d75f33fac32b897277296f5a6c80e645 /web/web.ex | |
parent | 663d70f2d9d917ac5f89faebc289a664b7dcc22a (diff) | |
download | the_transcriber_backend-120bf89930ce7e136ba0b0499bce7b0f8b95f296.tar.xz the_transcriber_backend-120bf89930ce7e136ba0b0499bce7b0f8b95f296.zip |
Add a not secure function for upload files with curl
Diffstat (limited to '')
-rw-r--r-- | web/web.ex | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ defmodule TheTranscriberBackend.Web do def view do quote do use Phoenix.View, root: "web/templates" + #use JaSerializer.PhoenixView # Import convenience functions from controllers import Phoenix.Controller, only: [get_csrf_token: 0, get_flash: 2, view_module: 1] |