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
更新授权地址
pull/183/head
chenjing
4 years ago
parent
5930a93b8f
commit
eec57f26b9
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}/a
ction/oauth2/authorize
?client_id=#{client_id}&redirect_uri=#{URI.encode_www_form_component(redirect_uri)}&response_type=code"
"#{base_url}/a
pi/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