mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix swagger title (#28164)
 Don't know why there's a `.` behind. 🤔
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
// Copyright 2016 The Gitea Authors. All rights reserved.
 | 
					// Copyright 2016 The Gitea Authors. All rights reserved.
 | 
				
			||||||
// SPDX-License-Identifier: MIT
 | 
					// SPDX-License-Identifier: MIT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Package v1 Gitea API.
 | 
					// Package v1 Gitea API
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// This documentation describes the Gitea API.
 | 
					// This documentation describes the Gitea API.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							@@ -14,7 +14,7 @@
 | 
				
			|||||||
  "swagger": "2.0",
 | 
					  "swagger": "2.0",
 | 
				
			||||||
  "info": {
 | 
					  "info": {
 | 
				
			||||||
    "description": "This documentation describes the Gitea API.",
 | 
					    "description": "This documentation describes the Gitea API.",
 | 
				
			||||||
    "title": "Gitea API.",
 | 
					    "title": "Gitea API",
 | 
				
			||||||
    "license": {
 | 
					    "license": {
 | 
				
			||||||
      "name": "MIT",
 | 
					      "name": "MIT",
 | 
				
			||||||
      "url": "http://opensource.org/licenses/MIT"
 | 
					      "url": "http://opensource.org/licenses/MIT"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user