aboutsummaryrefslogtreecommitdiff
path: root/brep/services.cxx
blob: 13c5110c4358888231922ad17784489058baa5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : brep/services.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#include <ap_config.h> // AP_MODULE_DECLARE_DATA

#include <web/apache/service>

#include <brep/mod-repository-root>

static brep::repository_root mod;
web::apache::service AP_MODULE_DECLARE_DATA brep_module ("brep", mod);