Merge pull request #68 from imlonghao/patch-2

controller(server): fix update server ssh port
This commit is contained in:
corbpie 2022-09-27 14:36:36 +10:00 committed by GitHub
commit ab650efa3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ class ServerController extends Controller
'hostname' => $request->hostname,
'server_type' => $request->server_type,
'os_id' => $request->os_id,
'ssh' => $request->ssh,
'ssh' => $request->ssh_port,
'provider_id' => $request->provider_id,
'location_id' => $request->location_id,
'ram' => $request->ram,