izmjene na serveru
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ node_modules
|
||||
crawler/build
|
||||
backend/build
|
||||
npm-debug.log
|
||||
crawler.log
|
||||
|
||||
@@ -752,7 +752,7 @@ router.get('/search/listings', function () {
|
||||
//Get only ads with location
|
||||
|
||||
query = Object.assign(query, {
|
||||
has_map: true
|
||||
hasMap: true
|
||||
});
|
||||
|
||||
//AND
|
||||
|
||||
1
crawler/automatic_crawler.sh
Normal file
1
crawler/automatic_crawler.sh
Normal 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
27650
web/dist/app.bundle.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user