diff --git a/module.json b/module.json index 3edf1e6..8429fa6 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.21", + "version": "0.1.22", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckoapi/puckoapi.js b/scripts/puckoapi/puckoapi.js index 6496f3c..48ff2b7 100644 --- a/scripts/puckoapi/puckoapi.js +++ b/scripts/puckoapi/puckoapi.js @@ -16,6 +16,6 @@ export class PuckoPruttApi { } async dagens_lunch(spider) { - return await this._fetch_json(this.apiUrl + "/dagens_lunch/" + spider + "/?format=json"); + return await this._fetch_json(this.apiUrl + "/spiders/dagens_lunch/" + spider + "/?format=json"); } } \ No newline at end of file