Skip to content

Commit

Permalink
Missed trailing slash fix for production
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Feb 17, 2014
1 parent 1ab20e3 commit 1c6a676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import app.controllers
from app.lib.json_api_middleware import JsonApiMiddleware
from app.lib.trailing_slash_filter import remove_trailing_slash
from app import config


Expand Down

0 comments on commit 1c6a676

Please sign in to comment.