Skip to content
Snippets Groups Projects

Add routes to allow git actions on snippet repositories

All threads resolved!
Compare and Show latest version
12 files
+ 1
966
Compare changes
  • Side-by-side
  • Inline
Files
12
# frozen_string_literal: true
module Namespaces
class ApplicationController < ApplicationController
skip_before_action :authenticate_user!
end
end
Loading