health endpoint
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 31s

This commit is contained in:
2026-03-16 20:53:12 -06:00
parent 842f727f4f
commit a4568d124a
3 changed files with 23 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
defmodule CobblemonUiWeb.Endpoint do
use Phoenix.Endpoint, otp_app: :cobblemon_ui
plug CobblemonUiWeb.Plugs.HealthCheck
# The session will be stored in the cookie and signed,
# this means its contents can be read but not tampered with.
# Set :encryption_salt if you would also like to encrypt it.