app.use(
    route.get('/sitemap.xml', function*(ctx, next) {
      try {
        const location = './sitemap.xml'
        const fstat = yield stat(location)