Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update version on ArgusWeb
Browse files Browse the repository at this point in the history
  • Loading branch information
xizi-xu committed Aug 1, 2018
1 parent a3927a5 commit 6ac4f45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ArgusWeb/app/js/config.js
Expand Up @@ -22,7 +22,7 @@

angular.module('argus.urlConfig', [])
.constant('CONFIG', {
version: '2.15',
version: '2.17',
wsUrl: 'http://localhost:8080/argusws/',
wsBetaUrl: 'http://localhost:8080/argusws/beta/',
emailUrl: 'https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=argus-dev@mycompany.com',
Expand All @@ -31,8 +31,8 @@ angular.module('argus.urlConfig', [])
docUrl: 'https://github.com/salesforce/Argus/wiki',
issueUrl: 'https://groups.google.com/a/salesforce.com/forum/?hl=en#!forum/argus-dev',
templatePath: 'app/js/templates',
acceptOAuthPath:'users/accept_oauth',
checkOAuthAccessPath : 'users/check_oauth_access',
oauthListPath: 'users/oauth_approved_apps',
oauthDeletePath: 'users/revoke_oauth_access'
acceptOAuthPath:'users/accept_oauth',
checkOAuthAccessPath : 'users/check_oauth_access',
oauthListPath: 'users/oauth_approved_apps',
oauthDeletePath: 'users/revoke_oauth_access'
});

0 comments on commit 6ac4f45

Please sign in to comment.