blob: e95749d8870fd31dcf6a09bfadc3cddb3c2ff7fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<configure xmlns="http://namespaces.repoze.org/bfg">
<include package="pyramid.includes" />
<route
view=".views.rdf_view"
path="licenses/:license_code/:license_version/rdf"
name="rdf" />
<route
view=".views.juri_view"
path="licenses/:license_code/:license_version/:jurisdiction"
name="juri" />
</configure>
|