Working basic frontend implementation

This commit is contained in:
2026-03-30 02:06:15 -04:00
parent dcca583461
commit a13f80cf07
6 changed files with 220 additions and 70 deletions

View File

@@ -19,6 +19,7 @@ defmodule MixerWeb.Router do
plug :protect_from_forgery
plug :put_secure_browser_headers
plug :load_from_session
plug :set_actor, :user
end
pipeline :api do