Verified Commit 3491dac2 authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Set base url to production

parent 69b74e41
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
API_URL=http://localhost:5000
 No newline at end of file
API_URL=https://dvic.devinci.fr/myfab/api
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ module.exports = {

    // Paths
    assetsSubDirectory: 'static',
    assetsPublicPath: '/',
    assetsPublicPath: '/myfab',
    proxyTable: {},

    // Various Dev Server settings