This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request '更新木兰授权地址' (
#186
) from gua2048/forgeplus:mulanoss_server into mulanoss_server
pull/220/head
jasder
4 years ago
parent
3e399af371
734ff6463a
commit
d0b3ea7a5a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/libs/mulanoss_oauth.rb
+ 1
- 1
app/libs/mulanoss_oauth.rb
View File
@@ -11,7 +11,7 @@ module MulanossOauth
end
def oauth_url
"
#{base_url}
/api/auth/oschina?client_id=#{client_id}&redirect_uri=#{URI.encode_www_form_component(redirect_uri)}&response_type=code"
"
https://portal.mulanos.cn
/api/auth/oschina?client_id=#{client_id}&redirect_uri=#{URI.encode_www_form_component(redirect_uri)}&response_type=code"
end
end
Write
Preview
Loading…
Cancel
Save