mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	* [WIP] Cleaning up codebase for doc repo move WIP * Fix deleted files, add links to doc repo issues * Add repo note to readme
		
			
				
	
	
		
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
'use strict';
 | 
						|
 | 
						|
/**
 | 
						|
 * Read the documentation (https://strapi.io/documentation/developer-docs/latest/concepts/controllers.html#core-controllers)
 | 
						|
 * to customize this controller
 | 
						|
 */
 | 
						|
 | 
						|
module.exports = { test() {} };
 |