fix homepage

This commit is contained in:
Chris
2025-12-16 01:10:01 -08:00
parent c689359096
commit 257054e01a

View File

@@ -1,7 +1,6 @@
class StaticController < ApplicationController
INSTALL_SCRIPT = "curl -sSL https://raw.githubusercontent.com/CanineHQ/canine/refs/heads/main/install/install.sh | bash"
skip_before_action :authenticate_user!
layout false, only: %i[docs swagger]
ILLUSTRATIONS = [
{
src: "/images/illustrations/design_2.webp",
@@ -65,6 +64,7 @@ class StaticController < ApplicationController
end
def docs
render "static/docs", layout: false
end
def swagger