mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed Email Router naming in docs and debug call
- this was likely copied and pasted from the preview router but we forgot to change the name
This commit is contained in:
parent
4edec18289
commit
5e020f1a8f
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ const urlUtils = require('../../../shared/url-utils');
|
|||
const controllers = require('./controllers');
|
||||
|
||||
/**
|
||||
* @description Preview Router.
|
||||
* @description Email Router.
|
||||
*/
|
||||
class EmailRouter extends ParentRouter {
|
||||
constructor(RESOURCE_CONFIG) {
|
||||
super('PreviewRouter');
|
||||
super('EmailRouter');
|
||||
|
||||
this.RESOURCE_CONFIG = RESOURCE_CONFIG.QUERY.email;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue