Skip to content

Instantly share code, notes, and snippets.

@aportnov
aportnov / router.ex
Last active September 11, 2024 13:28
Elixir: Compiled EEx templates in Plug application
defmodule MyModule.Router do
@moduledoc """
Http Entry Point
"""
use Plug.Router
use Plug.ErrorHandler
plug Plug.Logger
plug :match