change bugs
This commit is contained in:
parent
f8b781531e
commit
b48812bc79
|
@ -91,7 +91,7 @@ class SyncForgeController < ApplicationController
|
||||||
|
|
||||||
def check_sync_project(project,sync_params)
|
def check_sync_project(project,sync_params)
|
||||||
begin
|
begin
|
||||||
gitea_main = "https://trustie.net/"
|
gitea_main = "https://www.trustie.net/"
|
||||||
if request.subdomain === 'testforgeplus'
|
if request.subdomain === 'testforgeplus'
|
||||||
gitea_main = "https://ucloudtest.trustie.net/"
|
gitea_main = "https://ucloudtest.trustie.net/"
|
||||||
end
|
end
|
||||||
|
@ -119,7 +119,7 @@ class SyncForgeController < ApplicationController
|
||||||
new_project_id: project.id
|
new_project_id: project.id
|
||||||
}
|
}
|
||||||
|
|
||||||
gitea_main = "https://trustie.net/"
|
gitea_main = "https://www.trustie.net/"
|
||||||
if request.subdomain === 'testforgeplus'
|
if request.subdomain === 'testforgeplus'
|
||||||
gitea_main = "https://ucloudtest.trustie.net/"
|
gitea_main = "https://ucloudtest.trustie.net/"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue