From e522ab1ae125a89bdc5d6263dca422c202f2af68 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Thu, 4 May 2017 21:45:30 -0500 Subject: [PATCH] Moved Suave app to /api directory --- src/{ => api}/App.fs | 0 src/{ => api}/Data.fs | 0 src/{ => api}/Dependencies.fs | 0 src/{ => api}/Entities.fs | 0 src/{ => api}/Extensions.fs | 0 src/{ => api}/Migrations/20170104023341_InitialDb.fs | 0 src/{ => api}/Migrations/DataContextModelSnapshot.fs | 0 src/{ => api}/MyPrayerJournal.fsproj | 0 src/{ => api}/Route.fs | 0 src/{ => api}/Views.fs | 0 src/{ => api}/wwwroot/content/styles.css | 0 src/{ => api}/wwwroot/js/mpj.js | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => api}/App.fs (100%) rename src/{ => api}/Data.fs (100%) rename src/{ => api}/Dependencies.fs (100%) rename src/{ => api}/Entities.fs (100%) rename src/{ => api}/Extensions.fs (100%) rename src/{ => api}/Migrations/20170104023341_InitialDb.fs (100%) rename src/{ => api}/Migrations/DataContextModelSnapshot.fs (100%) rename src/{ => api}/MyPrayerJournal.fsproj (100%) rename src/{ => api}/Route.fs (100%) rename src/{ => api}/Views.fs (100%) rename src/{ => api}/wwwroot/content/styles.css (100%) rename src/{ => api}/wwwroot/js/mpj.js (100%) diff --git a/src/App.fs b/src/api/App.fs similarity index 100% rename from src/App.fs rename to src/api/App.fs diff --git a/src/Data.fs b/src/api/Data.fs similarity index 100% rename from src/Data.fs rename to src/api/Data.fs diff --git a/src/Dependencies.fs b/src/api/Dependencies.fs similarity index 100% rename from src/Dependencies.fs rename to src/api/Dependencies.fs diff --git a/src/Entities.fs b/src/api/Entities.fs similarity index 100% rename from src/Entities.fs rename to src/api/Entities.fs diff --git a/src/Extensions.fs b/src/api/Extensions.fs similarity index 100% rename from src/Extensions.fs rename to src/api/Extensions.fs diff --git a/src/Migrations/20170104023341_InitialDb.fs b/src/api/Migrations/20170104023341_InitialDb.fs similarity index 100% rename from src/Migrations/20170104023341_InitialDb.fs rename to src/api/Migrations/20170104023341_InitialDb.fs diff --git a/src/Migrations/DataContextModelSnapshot.fs b/src/api/Migrations/DataContextModelSnapshot.fs similarity index 100% rename from src/Migrations/DataContextModelSnapshot.fs rename to src/api/Migrations/DataContextModelSnapshot.fs diff --git a/src/MyPrayerJournal.fsproj b/src/api/MyPrayerJournal.fsproj similarity index 100% rename from src/MyPrayerJournal.fsproj rename to src/api/MyPrayerJournal.fsproj diff --git a/src/Route.fs b/src/api/Route.fs similarity index 100% rename from src/Route.fs rename to src/api/Route.fs diff --git a/src/Views.fs b/src/api/Views.fs similarity index 100% rename from src/Views.fs rename to src/api/Views.fs diff --git a/src/wwwroot/content/styles.css b/src/api/wwwroot/content/styles.css similarity index 100% rename from src/wwwroot/content/styles.css rename to src/api/wwwroot/content/styles.css diff --git a/src/wwwroot/js/mpj.js b/src/api/wwwroot/js/mpj.js similarity index 100% rename from src/wwwroot/js/mpj.js rename to src/api/wwwroot/js/mpj.js