Ghost/core/server/services/offers/index.js
Fabien O'Carroll 3742a4afb7 Added Offers service
refs https://github.com/TryGhost/Team/issues/1083

This adds the Offers service which will allow us to build out an Admin
API to communicate with it. As well as wiring up the redirects to the
site app.
2021-10-06 12:33:19 +02:00

2 lines
39 B
JavaScript

module.exports = require('./service');