Current section

Files

Jump to
thesis lib thesis uploaders ospry_uploader.ex
Raw

lib/thesis/uploaders/ospry_uploader.ex

defmodule Thesis.OspryUploader do
@moduledoc """
This is a placeholder for potential future server-side Ospry integration.
"""
@behaviour Thesis.Uploader
def upload(_file), do: :ok
end