Switch to HTTP

This commit is contained in:
Maciej 2026-03-01 10:05:55 +02:00
parent 984ac15084
commit 45f55083fc
Signed by: maciej
GPG key ID: 28243AF437E32F99
9 changed files with 221 additions and 30 deletions

View file

@ -24,6 +24,7 @@ defmodule BirdyChatWeb.Router do
pipe_through [:api]
post "/messages", Messages.Controller, :create
post "/internal", Server.Internal.Controller, :create
end
# Other scopes may use custom stacks.