Skip to content

Commit

Permalink
add routes to the static pages
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed May 14, 2023
1 parent e0ee478 commit 8e873c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
match '/feedback', to: 'home#feedback', via: [:get, :post]
get '/account' => 'home#account'
get '/help' => 'home#help'
get '/about' => 'home#about'
get '/about' => 'static_pages#aboutus'
get '/team' => 'static_pages#team'
get '/citeus' => 'static_pages#citeus'
get '/site_config' => 'home#site_config'
get '/validate_ontology_file' => 'home#validate_ontology_file_show'
match '/validate_ontology_file' => 'home#validate_ontology_file', via: [:get, :post]
Expand Down

0 comments on commit 8e873c6

Please sign in to comment.