Skip to content
Snippets Groups Projects

Add routes to allow git actions on snippet repositories

All threads resolved!
55 files
+ 904
261
Compare changes
  • Side-by-side
  • Inline
Files
55
 
# frozen_string_literal: true
 
 
class Namespaces::ApplicationController < ApplicationController
 
skip_before_action :authenticate_user!
 
end
Loading