Merge branch 'develop' into dev_trustie_server

This commit is contained in:
jasder
2021-04-29 19:13:12 +08:00

View File

@@ -121,6 +121,8 @@ class Gitea::Accelerator::MigrateService < ApplicationService
error('APIForbiddenError')
when 422
error('APIValidationError')
else
error("MigrateError")
end
end