mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
change bugs
This commit is contained in:
@@ -91,7 +91,7 @@ class SyncForgeController < ApplicationController
|
||||
|
||||
def check_sync_project(project,sync_params)
|
||||
begin
|
||||
gitea_main = "https://trustie.net/"
|
||||
gitea_main = "https://www.trustie.net/"
|
||||
if request.subdomain === 'testforgeplus'
|
||||
gitea_main = "https://ucloudtest.trustie.net/"
|
||||
end
|
||||
@@ -119,7 +119,7 @@ class SyncForgeController < ApplicationController
|
||||
new_project_id: project.id
|
||||
}
|
||||
|
||||
gitea_main = "https://trustie.net/"
|
||||
gitea_main = "https://www.trustie.net/"
|
||||
if request.subdomain === 'testforgeplus'
|
||||
gitea_main = "https://ucloudtest.trustie.net/"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user