diff options
Diffstat (limited to 'examples/pygments_api/urls.py')
| -rw-r--r-- | examples/pygments_api/urls.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pygments_api/urls.py b/examples/pygments_api/urls.py index 39bcf668..f96f4518 100644 --- a/examples/pygments_api/urls.py +++ b/examples/pygments_api/urls.py @@ -2,5 +2,5 @@ from django.conf.urls.defaults import patterns  urlpatterns = patterns('pygments_api.views',      (r'^$', 'PygmentsRoot'),  -    (r'^([a-zA-Z0-9]+)/$', 'PygmentsInstance'), +    (r'^([a-zA-Z0-9-]+)/$', 'PygmentsInstance'),  )  | 
