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

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

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

            
11
REGISTER_FACTORY(UriTemplateMatcherFactory, Router::PathMatcherFactory);
12

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