mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix for issue #2526, changed to GET.
This commit is contained in:
		
							parent
							
								
									28d7b0dba6
								
							
						
					
					
						commit
						90811f6736
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1038,7 +1038,7 @@ sub build {
 | 
			
		|||
                    my $ua = LWP::UserAgent->new;
 | 
			
		||||
                    $ua->timeout(10);
 | 
			
		||||
    
 | 
			
		||||
                    my $res = $ua->post(
 | 
			
		||||
                    my $res = $ua->get(
 | 
			
		||||
                        "http://" . $self->{config}->octoprint_host . "/api/version",
 | 
			
		||||
                        'X-Api-Key' => $self->{config}->octoprint_apikey,
 | 
			
		||||
                    );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue