controller(server): fix update server ssh port

This commit is contained in:
imlonghao 2022-09-27 00:05:57 +08:00 committed by GitHub
parent 2ae19112e3
commit 3f669df922
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,