From 338003ca484a353d75de3504037a75ad4739c359 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Mon, 5 Mar 2018 01:52:19 +0100 Subject: change ui path --- quasar.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quasar.conf.js b/quasar.conf.js index 4ac00e2..6785a54 100644 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -41,10 +41,10 @@ module.exports = function (ctx) { env: ctx.dev ? { // so on dev we'll have //API: JSON.stringify('http://localhost:8080') - API: JSON.stringify('https://frustrum.pictor.uberspace.de/larry') + API: JSON.stringify('https://larry-api.asw.io') } : { // and on build (production): - API: JSON.stringify('https://frustrum.pictor.uberspace.de/larry') + API: JSON.stringify('https://larry-api.asw.io') }, }, devServer: { -- cgit v1.2.3-54-g00ecf