fix: Add 201 json code to servers validate api response
This commit is contained in:
parent
a26d816fe3
commit
3f9228fb80
1 changed files with 1 additions and 1 deletions
|
|
@ -809,6 +809,6 @@ public function validate_server(Request $request)
|
|||
}
|
||||
ValidateServer::dispatch($server);
|
||||
|
||||
return response()->json(['message' => 'Validation started.']);
|
||||
return response()->json(['message' => 'Validation started.'], 201);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue