aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/views.py
blob: 1b1094537162b5026a61a7f226a8383068f07476 (plain)
1
2
3
4
from webob import Response, exc

def root_view(request):
    return Response("This is the root")