mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 07:22:38 +00:00
Added linemanjs as frontend
This commit is contained in:
@@ -29,7 +29,7 @@ module Wrestling
|
||||
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
|
||||
|
||||
config.rails_lineman.lineman_project_location = "frontend"
|
||||
end
|
||||
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ Wrestling::Application.routes.draw do
|
||||
#API
|
||||
get "/api/tournaments" => "api#tournaments"
|
||||
get "/api/tournaments/:tournament" => "api#tournament"
|
||||
get "/api/index" => "api#index"
|
||||
|
||||
# Example of regular route:
|
||||
# get 'products/:id' => 'catalog#view'
|
||||
|
||||
Reference in New Issue
Block a user