+
+ @Scripts.Render("~/bundles/jquery")
+ @Scripts.Render("~/bundles/bootstrap")
+ @RenderSection("scripts", required: false)
+
+
\ No newline at end of file
diff --git a/API/Views/_ViewStart.cshtml b/API/Views/_ViewStart.cshtml
new file mode 100644
index 0000000..efda124
--- /dev/null
+++ b/API/Views/_ViewStart.cshtml
@@ -0,0 +1,3 @@
+@{
+ Layout = "~/Views/Shared/_Layout.cshtml";
+}
\ No newline at end of file
diff --git a/API/Views/web.config b/API/Views/web.config
new file mode 100644
index 0000000..29e0cbf
--- /dev/null
+++ b/API/Views/web.config
@@ -0,0 +1,36 @@
+
+
+