1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added linemanjs as frontend

This commit is contained in:
2016-02-10 16:33:44 +00:00
parent 4685173548
commit dfa0972747
36 changed files with 2670 additions and 1 deletions

View File

@@ -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'