From 4cde363db8a3ac9bba2d904ad3ab8520131edb21 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 17 Feb 2020 11:06:15 +0100 Subject: [PATCH] re-add older releases it is a good show case for the demo and we need those for the use on openwrt.org --- config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 5447d47..a894147 100644 --- a/config.js +++ b/config.js @@ -6,8 +6,10 @@ var config = { showHelp: true, // Files to get data from versions: { -// 'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend - 'SNAPSHOT': 'names-SNAPSHOT.json' + //'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend + 'SNAPSHOT': 'names-SNAPSHOT.json', + '19.07.1': 'names-19.07.1.json', + '18.06.7': 'names-18.06.7.json' }, asu_url: '/api/build' }; -- 2.30.2