Individual tweets are now viewable in their own pages

This commit is contained in:
2026-04-01 12:44:03 -04:00
parent 0ac0b68029
commit 0f41e86cf0
5 changed files with 374 additions and 22 deletions

View File

@@ -39,6 +39,7 @@ defmodule MixerWeb.Router do
get "/", PageController, :home
get "/feed", PageController, :index
get "/feed/:tweet_id", PageController, :show
post "/rpc/run", AshTypescriptRpcController, :run
post "/rpc/validate", AshTypescriptRpcController, :validate
post "/upload", UploadController, :create