fix: Add 201 json code to servers validate api response
This commit is contained in:
		@@ -809,6 +809,6 @@ class ServersController extends Controller
 | 
			
		||||
        }
 | 
			
		||||
        ValidateServer::dispatch($server);
 | 
			
		||||
 | 
			
		||||
        return response()->json(['message' => 'Validation started.']);
 | 
			
		||||
        return response()->json(['message' => 'Validation started.'], 201);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user