This commit is contained in:
Bastian Greshake Tzovaras
2017-12-11 18:56:49 -08:00
committed by GitHub
parent 6149dd4e33
commit bcdf6ea357

View File

@@ -73,7 +73,7 @@ Snpr::Application.routes.draw do
get '/recommend_phenotype/:id/', to: 'phenotypes#recommend_phenotype'
get '/press', to: 'static#press'
get '/blog' => redirect('http://opensnp.wordpress.com')
get '/user_picture_phenotypes/:id/edit', to: 'user_picture_phenotypes#edit'
post '/user_picture_phenotypes/:id/edit', to: 'user_picture_phenotypes#edit'
get '/user_picture_phenotypes/:id/delete', to: 'user_picture_phenotypes#delete'
get '/beacon/rest/responses', to: 'beacon#responses'