Commit a01c0847 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Fix create endpoint

parent 4cd802cd
......@@ -8,7 +8,7 @@ module Projects
skip_before_action :verify_authenticity_token
skip_before_action :project
prepend_before_action :repository, :project_without_auth
prepend_before_action :project_without_auth
def create
result = ServiceResponse.success(http_status: :accepted)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment