1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-13 08:36:50 +02:00

simplified routing

This commit is contained in:
muflax 2011-09-23 14:45:52 +02:00
parent 36d6ac648f
commit 18286c87ad

12
Rules
View file

@ -90,18 +90,6 @@ route '/style/' do
'/style.css'
end
route '/js/*' do
route_unchanged
end
route '/kanji/*' do
route_unchanged
end
route '/stuff/*' do
route_unchanged
end
route '/references' do
# pass
end