mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-11-03 20:15:52 +01:00 
			
		
		
		
	Changes URL for new Git config to /config/git.
Fits well with "global" config available at /config
This commit is contained in:
		@@ -18,7 +18,7 @@ import javax.ws.rs.core.UriInfo;
 | 
			
		||||
@Path(GitConfigResource.GIT_CONFIG_PATH_V2)
 | 
			
		||||
public class GitConfigResource {
 | 
			
		||||
 | 
			
		||||
  static final String GIT_CONFIG_PATH_V2 = "v2/config/repositories/git";
 | 
			
		||||
  static final String GIT_CONFIG_PATH_V2 = "v2/config/git";
 | 
			
		||||
  private final GitConfigDtoToGitConfigMapper dtoToConfigMapper;
 | 
			
		||||
  private final GitConfigToGitConfigDtoMapper configToDtoMapper;
 | 
			
		||||
  private final GitRepositoryHandler repositoryHandler;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user