diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:40:28 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:40:28 +0100 |
commit | 08e7a82cc7b237e550c0236bebd4f41c3c3f4acf (patch) | |
tree | 30e2320d62f2bf3981120ad76f2de92efec1e8f5 /PollutometerWebApi/Views/Home/Index.cshtml | |
parent | 9441b9d8b3035dc3142234dd13a1bcea21e72749 (diff) |
Moved API to separate folder.
Diffstat (limited to 'PollutometerWebApi/Views/Home/Index.cshtml')
-rw-r--r-- | PollutometerWebApi/Views/Home/Index.cshtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PollutometerWebApi/Views/Home/Index.cshtml b/PollutometerWebApi/Views/Home/Index.cshtml deleted file mode 100644 index 2501eee..0000000 --- a/PollutometerWebApi/Views/Home/Index.cshtml +++ /dev/null @@ -1 +0,0 @@ -<h2>Welcome to ASP.NET MVC @ViewData["Version"] on @ViewData["Runtime"]!</h2> |