Skip to content

Commit 18ad4c5

Browse files
committed
things are broken all of a sudden
1 parent 72acf13 commit 18ad4c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/mainService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ angular.module('app').service('mainService', function($http, $q, $sce) {
1212
this.testExamples = (solution, examples) => {
1313
return $http({
1414
method: 'POST',
15-
url: `/api/test/examples`,
15+
url: `192.168.0.186:3030/api/test/examples`,
1616
data: {
1717
script: solution,
1818
examples: examples

src/components/menus/menuCtrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
angular.module('app').controller('menuCtrl', function($scope, $state, mainService, $stateParams){
22
$scope.userPic = mainService.user.picture_url;
33
$scope.userKyu = mainService.user.kyu_level;
4-
$scope.userPoints = mainService.user.points;
4+
// $scope.userPoints = mainService.user.points;
55
});

0 commit comments

Comments
 (0)