Upload
This commit is contained in:
parent
b08ede316f
commit
482de8d703
@ -93,7 +93,7 @@ app.get('/fsexplore', cache('15 minutes'), (req, res) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/rightbyme', cache('12 hour'), (req, res) => {
|
app.get('/rightbyme', cache('15 minutes'), (req, res) => {
|
||||||
if (req.query.hasOwnProperty('ll'))
|
if (req.query.hasOwnProperty('ll'))
|
||||||
rightbyme.doGetRightByMe(req.query.ll)
|
rightbyme.doGetRightByMe(req.query.ll)
|
||||||
.then((d) => {
|
.then((d) => {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
const CACHE_VERSION = { 'version': '0.0.477' };
|
const CACHE_VERSION = { 'version': '0.0.480' };
|
||||||
const dataCacheName = 'jubileeData-v1';
|
const dataCacheName = 'jubileeData-v1';
|
||||||
const cacheName = 'jubilee-final-1';
|
const cacheName = 'jubilee-final-1';
|
||||||
const filesToCache = [
|
const filesToCache = [
|
||||||
|
@ -18,7 +18,7 @@ const { AgendaModel, AgendaView } = require('./Agenda');
|
|||||||
const { TrafficModel, TrafficView } = require('./Traffic');
|
const { TrafficModel, TrafficView } = require('./Traffic');
|
||||||
var app = app || {};
|
var app = app || {};
|
||||||
|
|
||||||
const live = false;
|
const live = true;
|
||||||
|
|
||||||
if (live) {
|
if (live) {
|
||||||
window.loc = 'https://jubilee.silvrtree.co.uk';
|
window.loc = 'https://jubilee.silvrtree.co.uk';
|
||||||
|
Loading…
Reference in New Issue
Block a user