Created
September 23, 2016 17:14
-
-
Save ErisDS/9804a94a346ec6d811e4bbd7758f879e to your computer and use it in GitHub Desktop.
Stack trace for /
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Printing Stack For / | |
| query | |
| expressInit | |
| compression | |
| logger | |
| serveSharedFile | |
| serveSharedFile | |
| serveSharedFile | |
| serveStatic | |
| serveStatic | |
| serveStatic | |
| decideIsAdmin | |
| updateActiveTheme | |
| configHbsForContext | |
| serveStatic | |
| checkSSL | |
| blackListStatic | |
| checkIsPrivate | |
| filterPrivateRoutes | |
| serveSharedFile | |
| serveSharedFile | |
| Route /sitemap.xml | |
| - sitemapXML (GET) | |
| Route /sitemap-:resource.xml | |
| - verifyResourceType (GET) | |
| - sitemapResourceXML (GET) | |
| slashes | |
| uncapitalise | |
| jsonParser | |
| urlencodedParser | |
| initialize | |
| cacheControlHeaders | |
| cacheControlHeaders | |
| ghostLocals | |
| router | |
| - MATCH /^\/ghost\/api\/v0\.1\/?(?=\/|$)/i | |
| - maintenance | |
| - checkVersionMatch | |
| - Route * | |
| - - corsMiddleware (OPTIONS) | |
| - Route /configuration | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /configuration/:key | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /configuration/timezones | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /posts | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /posts | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /posts/:id | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /posts/slug/:slug | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /posts/:id | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /posts/:id | |
| - - authenticateClient (DELETE) | |
| - - authenticateUser (DELETE) | |
| - - requiresAuthorizedUser (DELETE) | |
| - - corsMiddleware (DELETE) | |
| - - apiHandler (DELETE) | |
| - Route /schedules/posts/:id | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - apiHandler (PUT) | |
| - Route /settings | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /settings/:key | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /settings | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /users | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /users/:id | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /users/slug/:slug | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /users/email/:email | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /users/password | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /users/owner | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /users/:id | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /users | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /users/:id | |
| - - authenticateClient (DELETE) | |
| - - authenticateUser (DELETE) | |
| - - requiresAuthorizedUser (DELETE) | |
| - - corsMiddleware (DELETE) | |
| - - apiHandler (DELETE) | |
| - Route /tags | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /tags/:id | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /tags/slug/:slug | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUserPublicAPI (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /tags | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /tags/:id | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /tags/:id | |
| - - authenticateClient (DELETE) | |
| - - authenticateUser (DELETE) | |
| - - requiresAuthorizedUser (DELETE) | |
| - - corsMiddleware (DELETE) | |
| - - apiHandler (DELETE) | |
| - Route /subscribers | |
| - - subscribers (GET) | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /subscribers/csv | |
| - - subscribers (GET) | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /subscribers/csv | |
| - - subscribers (POST) | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - multerMiddleware (POST) | |
| - - uploadValidation (POST) | |
| - - apiHandler (POST) | |
| - Route /subscribers/:id | |
| - - subscribers (GET) | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /subscribers | |
| - - subscribers (POST) | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUserPublicAPI (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /subscribers/:id | |
| - - subscribers (PUT) | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /subscribers/:id | |
| - - subscribers (DELETE) | |
| - - authenticateClient (DELETE) | |
| - - authenticateUser (DELETE) | |
| - - requiresAuthorizedUser (DELETE) | |
| - - corsMiddleware (DELETE) | |
| - - apiHandler (DELETE) | |
| - Route /roles/ | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /clients/slug/:slug | |
| - - apiHandler (GET) | |
| - Route /slugs/:type/:name | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /themes/:name/download | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /themes/upload | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - multerMiddleware (POST) | |
| - - uploadValidation (POST) | |
| - - apiHandler (POST) | |
| - Route /themes/:name | |
| - - authenticateClient (DELETE) | |
| - - authenticateUser (DELETE) | |
| - - requiresAuthorizedUser (DELETE) | |
| - - corsMiddleware (DELETE) | |
| - - apiHandler (DELETE) | |
| - Route /notifications | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /notifications | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /notifications/:id | |
| - - authenticateClient (DELETE) | |
| - - authenticateUser (DELETE) | |
| - - requiresAuthorizedUser (DELETE) | |
| - - corsMiddleware (DELETE) | |
| - - apiHandler (DELETE) | |
| - Route /db | |
| - - authenticateClient (GET) | |
| - - authenticateUser (GET) | |
| - - requiresAuthorizedUser (GET) | |
| - - corsMiddleware (GET) | |
| - - apiHandler (GET) | |
| - Route /db | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - multerMiddleware (POST) | |
| - - uploadValidation (POST) | |
| - - apiHandler (POST) | |
| - Route /db | |
| - - authenticateClient (DELETE) | |
| - - authenticateUser (DELETE) | |
| - - requiresAuthorizedUser (DELETE) | |
| - - corsMiddleware (DELETE) | |
| - - apiHandler (DELETE) | |
| - Route /mail | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /mail/test | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /slack/test | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /authentication/passwordreset | |
| - - forgotten (POST) | |
| - - apiHandler (POST) | |
| - Route /authentication/passwordreset | |
| - - apiHandler (PUT) | |
| - Route /authentication/invitation | |
| - - apiHandler (POST) | |
| - Route /authentication/invitation | |
| - - apiHandler (GET) | |
| - Route /authentication/setup | |
| - - apiHandler (POST) | |
| - Route /authentication/setup | |
| - - authenticateClient (PUT) | |
| - - authenticateUser (PUT) | |
| - - requiresAuthorizedUser (PUT) | |
| - - corsMiddleware (PUT) | |
| - - apiHandler (PUT) | |
| - Route /authentication/setup | |
| - - apiHandler (GET) | |
| - Route /authentication/token | |
| - - signin (POST) | |
| - - authenticateClient (POST) | |
| - - generateAccessToken (POST) | |
| - Route /authentication/revoke | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - apiHandler (POST) | |
| - Route /uploads | |
| - - authenticateClient (POST) | |
| - - authenticateUser (POST) | |
| - - requiresAuthorizedUser (POST) | |
| - - corsMiddleware (POST) | |
| - - multerMiddleware (POST) | |
| - - uploadValidation (POST) | |
| - - apiHandler (POST) | |
| - bound errorHandler | |
| stackPrinter | |
| mounted_app | |
| - MATCH /^\/ghost\/?(?=\/|$)/i | |
| maintenance | |
| router | |
| - MATCH { /^\/?(?=\/|$)/i fast_slash: true } | |
| - Route /^\/(logout|signout)\/$/ | |
| - - redirectToSignout (GET) | |
| - Route /^\/signup\/$/ | |
| - - redirectToSignup (GET) | |
| - Route /^\/((ghost-admin|admin|wp-admin|dashboard|signin|login)\/?)$/ | |
| - - redirectToAdmin (GET) | |
| - Route /p/:uuid | |
| - - preview (GET) | |
| - router | |
| - - MATCH { /^\/?(?=\/|$)/i fast_slash: true } | |
| - - router | |
| - - - MATCH { /^\/?(?=\/|$)/i fast_slash: true } | |
| - - - Route / | |
| - - - - doChannelConfig (GET) | |
| - - - - renderChannel (GET) | |
| - - - Route /page/:page/ | |
| - - - - doChannelConfig (GET) | |
| - - - - renderChannel (GET) | |
| - - - router | |
| - - - - MATCH { /^\/?(?=\/|$)/i fast_slash: true } | |
| - - - - Route /rss/ | |
| - - - - - doChannelConfig (GET) | |
| - - - - - rssConfigMiddleware (GET) | |
| - - - - - generate (GET) | |
| - - - - Route /rss/:page/ | |
| - - - - - doChannelConfig (GET) | |
| - - - - - rssConfigMiddleware (GET) | |
| - - - - - generate (GET) | |
| - - - - Route /feed/ | |
| - - - - - redirectToRSS (GET) | |
| - - router | |
| - - - MATCH /^\/tag\/(?:([^\/]+?))\/?(?=\/|$)/i | |
| - - - Route / | |
| - - - - doChannelConfig (GET) | |
| - - - - renderChannel (GET) | |
| - - - Route /page/:page/ | |
| - - - - doChannelConfig (GET) | |
| - - - - renderChannel (GET) | |
| - - - router | |
| - - - - MATCH { /^\/?(?=\/|$)/i fast_slash: true } | |
| - - - - Route /rss/ | |
| - - - - - doChannelConfig (GET) | |
| - - - - - rssConfigMiddleware (GET) | |
| - - - - - generate (GET) | |
| - - - - Route /rss/:page/ | |
| - - - - - doChannelConfig (GET) | |
| - - - - - rssConfigMiddleware (GET) | |
| - - - - - generate (GET) | |
| - - - - Route /feed/ | |
| - - - - - redirectToRSS (GET) | |
| - - - Route /edit/ | |
| - - - - redirect (GET) | |
| - - router | |
| - - - MATCH /^\/author\/(?:([^\/]+?))\/?(?=\/|$)/i | |
| - - - Route / | |
| - - - - doChannelConfig (GET) | |
| - - - - renderChannel (GET) | |
| - - - Route /page/:page/ | |
| - - - - doChannelConfig (GET) | |
| - - - - renderChannel (GET) | |
| - - - router | |
| - - - - MATCH { /^\/?(?=\/|$)/i fast_slash: true } | |
| - - - - Route /rss/ | |
| - - - - - doChannelConfig (GET) | |
| - - - - - rssConfigMiddleware (GET) | |
| - - - - - generate (GET) | |
| - - - - Route /rss/:page/ | |
| - - - - - doChannelConfig (GET) | |
| - - - - - rssConfigMiddleware (GET) | |
| - - - - - generate (GET) | |
| - - - - Route /feed/ | |
| - - - - - redirectToRSS (GET) | |
| - - - Route /edit/ | |
| - - - - redirect (GET) | |
| - router | |
| - - MATCH /^\/private\/?(?=\/|$)/i | |
| - - Route / | |
| - - - isPrivateSessionAuth (GET) | |
| - - - controller (GET) | |
| - - - isPrivateSessionAuth (POST) | |
| - - - spamPrevention (POST) | |
| - - - authenticateProtection (POST) | |
| - - - controller (POST) | |
| - labsEnabledRouter | |
| - router | |
| - - MATCH /^(.*)\/amp\/?(?=\/|$)/i | |
| - - Route / | |
| - - - getPostData (GET) | |
| - - - controller (GET) | |
| - Route * | |
| - - single (GET) | |
| bound | |
| bound |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment