Skip to content
Snippets Groups Projects

Add routes to allow git actions on snippet repositories

All threads resolved!
49 files
+ 877
293
Compare changes
  • Side-by-side
  • Inline
Files
49
 
# frozen_string_literal: true
 
 
class Repositories::ApplicationController < ApplicationController
 
skip_before_action :authenticate_user!
 
end
Loading