forked from Gitlink/forgeplus
fixed: 代码搜索接口报错
This commit is contained in:
parent
afd7cd48d3
commit
5983eaaf55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue