Merge branch 'master' of https://github.com/sagidayan/SE-Hub into UI
# Conflicts: # templates/js/services/apiService.js
This commit is contained in:
parent
5ec2ed20bd
commit
91ac400452
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ service.factory('apiService', ['$http', function($http) {
|
|||
};
|
||||
return $http(req);
|
||||
},
|
||||
getCampusesByUser: function(token){
|
||||
var url = (DEBUG ? "http://localhost:8080" : "http://se-hub.appspot.com") + "/api/courses/getCampusesByUser/" + token;
|
||||
getCampusesByUser: function(token){
|
||||
var url = (DEBUG ? "http://localhost:8080" : "http://se-hub.appspot.com") + "/api/campuses/getCampusesByUser/" + token;
|
||||
req = {
|
||||
|
|
Loading…
Reference in a new issue