add: new project detail

This commit is contained in:
2021-03-15 19:01:35 +08:00
parent af289d1f5e
commit b43926f69f
13 changed files with 284 additions and 75 deletions
@@ -18,7 +18,8 @@ class Gitea::Versions::CreateService < Gitea::ClientService
end
def call
post(url, request_params)
response = post(url, request_params)
render_status(response)
end
private