refactor config/manifest endpoint path with appId

This commit is contained in:
Lucy Cifferello
2020-10-09 14:16:57 -06:00
parent 1017d5a363
commit f7482cbc76
6 changed files with 19 additions and 60 deletions

View File

@@ -17,6 +17,8 @@ import qualified Yesod.Core.Unsafe as Unsafe
import Settings
import Yesod.Persist.Core
import Lib.Types.AppIndex
import Lib.Types.Semver
-- | The foundation datatype for your application. This can be a good place to
-- keep settings and values requiring initialization before your application