From 5983eaaf55990adbfda3fa46eca379e99709e46d Mon Sep 17 00:00:00 2001 From: yystopf Date: Tue, 29 Jul 2025 13:45:47 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E4=BB=A3=E7=A0=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/api/v1/projects/explore_code_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/v1/projects/explore_code_controller.rb b/app/controllers/api/v1/projects/explore_code_controller.rb index 65a746b8f..33831e64e 100644 --- a/app/controllers/api/v1/projects/explore_code_controller.rb +++ b/app/controllers/api/v1/projects/explore_code_controller.rb @@ -1,4 +1,4 @@ -class Api::V1::Projects::ExploreCodeController < Api::V1::Projects::BaseController +class Api::V1::Projects::ExploreCodeController < Api::V1::BaseController before_action :require_login, only: [:index] def index @page = params[:page].to_i || 1