fixed: 代码搜索接口报错

This commit is contained in:
yystopf 2025-07-29 13:45:47 +08:00
parent afd7cd48d3
commit 5983eaaf55
1 changed files with 1 additions and 1 deletions

View File

@ -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