mirror of
https://github.com/czhu12/canine.git
synced 2025-12-16 16:35:10 -06:00
fix homepage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user