Skip to content

Commit

Permalink
meanjs#160: Update to experience service to connect to the correct AP…
Browse files Browse the repository at this point in the history
…I Endpoint
  • Loading branch information
Patrick Fowler committed Sep 7, 2015
1 parent 0645e81 commit b2dd4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.joinoutset.mobile" version="0.5.0" android-versionCode="0017" ios-CFBundleVersion="0017" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.joinoutset.mobile" version="0.5.0" android-versionCode="0018" ios-CFBundleVersion="0018" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>outset</name>
<description>
Mobile tools for Truckers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
updateUserExperience = function (id, experience) {
if(!id) return;

var url = settings.experience + id;
var url = settings.usersExperience + id;
return $http.put(url, experience);
};

Expand Down

0 comments on commit b2dd4da

Please sign in to comment.