Skip to content

Commit

Permalink
Merge pull request #1045 from DataUSA/cms-login
Browse files Browse the repository at this point in the history
Add CMS login
  • Loading branch information
nicolasnetz committed Sep 8, 2023
2 parents 8137487 + e288908 commit c16f98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion canon.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ module.exports = {
user: process.env.CANON_DB_USER,
pass: process.env.CANON_DB_PW,
tables: [
require("@datawheel/canon-cms/models")
require("@datawheel/canon-cms/models"),
require("@datawheel/canon-core/models")
]
}
],
Expand Down

0 comments on commit c16f98a

Please sign in to comment.