Added more variations to urban routes.

This commit is contained in:
2025-08-27 13:33:48 +02:00
parent 3b6397602f
commit 991c5ee70d
3 changed files with 32 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "start-fermate-api",
"version": "2.1.0",
"main": "script.js",
"version": "2.1.1",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
@@ -15,5 +15,13 @@
"cors": "^2.8.5",
"express": "^5.1.0",
"node-fetch": "^3.3.2"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daniongithub/startfermate-api.git"
},
"bugs": {
"url": "https://github.com/Daniongithub/startfermate-api/issues"
},
"homepage": "https://github.com/Daniongithub/startfermate-api#readme"
}