izmjene na serveru

This commit is contained in:
Bilal
2017-11-13 18:34:43 +00:00
parent 2e2551f3c3
commit 7f3f08c65c
4 changed files with 27626 additions and 28 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ node_modules
crawler/build
backend/build
npm-debug.log
crawler.log

View File

@@ -752,7 +752,7 @@ router.get('/search/listings', function () {
//Get only ads with location
query = Object.assign(query, {
has_map: true
hasMap: true
});
//AND

View File

@@ -0,0 +1 @@
RENTAL_FROM_PAGE=1 RENTAL_TO_PAGE=45 PROSTOR_FROM_PAGE=1 PROSTOR_TO_PAGE=26 MONGO_URL=mongodb://localhost:27017/kivi node /home/bilal/kivi/crawler/build/crawler.js > /home/bilal/crawler.log

27650
web/dist/app.bundle.js vendored

File diff suppressed because one or more lines are too long