aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Pages/_ViewStart.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'code/api/Pages/_ViewStart.cshtml')
-rw-r--r--code/api/Pages/_ViewStart.cshtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/api/Pages/_ViewStart.cshtml b/code/api/Pages/_ViewStart.cshtml
new file mode 100644
index 0000000..1af6e49
--- /dev/null
+++ b/code/api/Pages/_ViewStart.cshtml
@@ -0,0 +1,3 @@
+@{
+ Layout = "_Layout";
+} \ No newline at end of file