From 3d4c3c7c5927e2787d238c0e94f6a5228576a4d5 Mon Sep 17 00:00:00 2001 From: Jake Visser Date: Tue, 25 Jul 2017 16:43:06 -0700 Subject: [PATCH] move tv --- qcbadge/qcbadge.csproj | 3 +++ qcbadge/{Views/Home => wwwroot}/tv.html | 0 2 files changed, 3 insertions(+) rename qcbadge/{Views/Home => wwwroot}/tv.html (100%) diff --git a/qcbadge/qcbadge.csproj b/qcbadge/qcbadge.csproj index abe315f..2e7582a 100644 --- a/qcbadge/qcbadge.csproj +++ b/qcbadge/qcbadge.csproj @@ -26,5 +26,8 @@ + + + diff --git a/qcbadge/Views/Home/tv.html b/qcbadge/wwwroot/tv.html similarity index 100% rename from qcbadge/Views/Home/tv.html rename to qcbadge/wwwroot/tv.html