Skip to content
Snippets Groups Projects
Commit caf344d7 authored by srosse's avatar srosse
Browse files

OO-3232: update GoToMeeting RESt API URL's

parent 9d963fc1
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,8 @@ public class GoToMeetingManagerImpl implements GoToMeetingManager {
private static final OLog log = Tracing.createLoggerFor(GoToMeetingManagerImpl.class);
private String directLoginUrl = "https://api.citrixonline.com/oauth/access_token";
private String gotoTrainingUrl = "https://api.citrixonline.com/G2T/rest";
private String directLoginUrl = "https://api.getgo.com/oauth/access_token";
private String gotoTrainingUrl = "https://api.getgo.com/G2T/rest";
@Autowired
private DB dbInstance;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment