Skip to content
Snippets Groups Projects

Add routes to allow git actions on snippet repositories

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