fix: code url in documentation (#8117)
It seems this was not changed while refactoring the modules apart.
This commit is contained in:
		
							parent
							
								
									7a999f2289
								
							
						
					
					
						commit
						e2d2a4e2e4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -118,7 +118,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
 | 
			
		|||
			description: desc,
 | 
			
		||||
			externalDocs: {
 | 
			
		||||
				description: 'Source code',
 | 
			
		||||
				url: `https://github.com/misskey-dev/misskey/blob/develop/src/server/api/endpoints/${endpoint.name}.ts`,
 | 
			
		||||
				url: `https://github.com/misskey-dev/misskey/blob/develop/packages/backend/src/server/api/endpoints/${endpoint.name}.ts`,
 | 
			
		||||
			},
 | 
			
		||||
			...(endpoint.meta.tags ? {
 | 
			
		||||
				tags: [endpoint.meta.tags[0]],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue