wing + filter

This commit is contained in:
2024-06-24 19:18:39 +05:00
parent b1bd436ab7
commit a651ab552e
31 changed files with 1572 additions and 528 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
PORT=3000
REFRESH_TOKEN=1000.da3146d49fa8a399f0c635e74954ff9c.e010dbb1bb605d7e1aa5bf7fc0521f8b
REFRESH_TOKEN=1000.da3146d49fa8a399f0c635e74954ff9c.e010dbb1bb605d7e1aa5bf7fc0521f8b
URL=
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "nodemon --exec node --import=./register.js ./src/index.ts",
"dev": "nodemon --exec node --inspect --import=./register.js ./src/index.ts",
"build": "npx tsc --project ./",
"start": "node ./dist/index.js"
},
+1 -1
View File
@@ -173,7 +173,7 @@ function filterApartments(
router.get("/", async (req, res) => {
const accessToken = req?.headers?.authorization;
const {
per_page = 20,
per_page = 1000,
page = 1,
rove_home = "",
apartment_type = "",