Skip to content

Commit

Permalink
Merge pull request #71 from Einstore/fix-settings
Browse files Browse the repository at this point in the history
fixing settings
  • Loading branch information
rafiki270 authored Jul 3, 2019
2 parents ce1307c + 926a744 commit 21d71f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ DerivedData/

# Docker-compose
/docker-compose.override.yaml
/.swiftpm
1 change: 1 addition & 0 deletions Sources/EinstoreCore/EinstoreCoreBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class EinstoreCoreBase {
ApiCoreBase.add(model: Config.self, database: .db)
ApiCoreBase.add(model: Download.self, database: .db)
ApiCoreBase.add(model: ApiKeyTag.self, database: .db)
ApiCoreBase.add(model: Setting.self, database: .db)

// Register controllers
for c in controllers {
Expand Down

0 comments on commit 21d71f0

Please sign in to comment.