Skip to content

Commit abb8c20

Browse files
committed
Switch api host back to live server
1 parent ab67f81 commit abb8c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/angular/services/farmDataService.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
angular.module('cropApp').factory('farmData', function($http, $log) {
22

33
var resultCache = {};
4-
// var host = 'http://api.cropcompass.org';
5-
var host = 'http://localhost:5000';
4+
var host = 'http://api.cropcompass.org';
5+
//var host = 'http://localhost:5000';
66

77
function checkCache(url) {
88
if (resultCache[url] != null) {

0 commit comments

Comments
 (0)