Skip to content

Commit fc7e673

Browse files
committed
Merge pull request coderwall#62 from seuros/font_serve
Remove Serve font
2 parents 927a65f + 500ac82 commit fc7e673

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

config/routes.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# protip_update GET|PUT /protip/update(.:format) protip#update
77
# root / protips#index
88
# welcome GET /welcome(.:format) home#index
9-
# /fonts #<ServeFonts app_file="/vagrant/lib/serve_fonts.rb">
109
# p_dpvbbg GET /p/dpvbbg(.:format) protips#show {:id=>"devsal"}
1110
# gh GET /gh(.:format) protips#show {:utm_campaign=>"github_orgs_badges", :utm_source=>"github"}
1211
# latest_comments GET /comments(.:format) comments#index
@@ -305,7 +304,6 @@
305304
root to: 'protips#index'
306305
get 'welcome' => 'home#index', as: :welcome
307306

308-
mount ServeFonts.new, at: '/fonts'
309307
get '/p/dpvbbg', controller: :protips, action: :show, id: 'devsal'
310308
get '/gh' , controller: :protips, action: :show, utm_campaign: 'github_orgs_badges' , utm_source:'github'
311309

lib/serve_fonts.rb

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)