Skip to content
Snippets Groups Projects

Add routes to allow git actions on snippet repositories

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