aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpasteme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pasteme.py b/pasteme.py
index c925291..26c57d1 100755
--- a/pasteme.py
+++ b/pasteme.py
@@ -37,7 +37,7 @@ def route_favicon():
return bottle.static_file('favicon.ico', root='static')
@bottle.route('/robots.txt')
-def route_favicon():
+def route_robots():
return bottle.static_file('robots.txt', root='static')
@bottle.route('/<pid>')