A few adustments to the routing and etc
[mediagoblin.git] / mediagoblin / views.py
CommitLineData
31a8ff42
CAW
1from webob import Response, exc
2
3def root_view(request):
4 return Response("This is the root")