1
#include "source/extensions/path/rewrite/uri_template/config.h"
2

            
3
#include "envoy/registry/registry.h"
4
#include "envoy/router/path_rewriter.h"
5

            
6
namespace Envoy {
7
namespace Extensions {
8
namespace UriTemplate {
9
namespace Rewrite {
10

            
11
REGISTER_FACTORY(UriTemplateRewriterFactory, Router::PathRewriterFactory);
12

            
13
} // namespace Rewrite
14
} // namespace UriTemplate
15
} // namespace Extensions
16
} // namespace Envoy