Conflicts:
	Gemfile.lock
This commit is contained in:
Dmitriy Zaporozhets 2012-06-29 14:25:20 +03:00
commit 318350e34f
9 changed files with 206 additions and 0 deletions

View file

@ -4,6 +4,10 @@ Gitlab::Application.routes.draw do
#
get 'search' => "search#show"
# API
require 'api'
mount Gitlab::API => '/api'
# Optionally, enable Resque here
require 'resque/server'
mount Resque::Server.new, at: '/info/resque'