summaryrefslogtreecommitdiffstats
path: root/endpoints/config.js
blob: 3ada889fa8e82949bf3caee37e343f0d3ddeb7a6 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Endpoint configuration for phpVirtualBox
 */
var vboxEndpointConfig = {
	api: 'endpoints/api.php',
	screen: 'endpoints/screen.php',
	rdpGen: 'endpoints/rdp.php',
	filebrowser: 'endpoints/jqueryFileTree.php',
	require: ['endpoints/language.php']
}