Skip to content

Commit dda3689

Browse files
committed
this is before Jon and I fix the pull
1 parent b794ea9 commit dda3689

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/components/mainService.js

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

23+
// 192.168.0.186:3030
24+
2325
this.testSuite = (solution, kataid) => {
2426
return $http({
2527
method: 'POST',

src/components/training/training.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
</select>
2424
</div>
2525
<div class="assorted-options">
26-
<div class="view-options">Here's where view options go</div>
27-
<div class="view-options">Here's where view options go</div>
28-
<div class="view-options">Here's where view options go</div>
2926
</div>
3027
</div>
3128
</div>

0 commit comments

Comments
 (0)