We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab67f81 commit abb8c20Copy full SHA for abb8c20
app/angular/services/farmDataService.js
@@ -1,8 +1,8 @@
1
angular.module('cropApp').factory('farmData', function($http, $log) {
2
3
var resultCache = {};
4
- // var host = 'http://api.cropcompass.org';
5
- var host = 'http://localhost:5000';
+ var host = 'http://api.cropcompass.org';
+ //var host = 'http://localhost:5000';
6
7
function checkCache(url) {
8
if (resultCache[url] != null) {
0 commit comments