From b682782093a22a729eea8862476ff1c8aac4ef0c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Dec 2017 11:59:28 +0100 Subject: Upgrade to angular 5 --- server/controllers/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/controllers') diff --git a/server/controllers/client.ts b/server/controllers/client.ts index f474c4282..1b140b14a 100644 --- a/server/controllers/client.ts +++ b/server/controllers/client.ts @@ -18,7 +18,7 @@ import { VideoInstance } from '../models' const clientsRouter = express.Router() const distPath = join(root(), 'client', 'dist') -const assetsImagesPath = join(root(), 'client', 'dist', 'assets', 'images') +const assetsImagesPath = join(root(), 'client', 'dist', 'client', 'assets', 'images') const embedPath = join(distPath, 'standalone', 'videos', 'embed.html') const indexPath = join(distPath, 'index.html') -- cgit v1.2.3