Update content.js

Added Private Policy for EUR consoles
This commit is contained in:
Jay 2021-08-23 14:48:14 -05:00 committed by GitHub
parent d83c898505
commit ec05c81d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,14 @@ router.get('/agreements/:type/:region/:version', clientHeaderCheck, (request, re
main_text: {
'@index': '1',
'#cdata': 'Dont be dumb'
}
},
sub_title: {
'#cdata': 'Privacy Policy'
},
sub_text: {
'@index': '1',
'#cdata': 'Dont be dumb again'
},
},
type: 'NINTENDO-NETWORK-EULA',
version: '0300',
@ -67,7 +74,14 @@ router.get('/agreements/:type/:region/:version', clientHeaderCheck, (request, re
main_text: {
'@index': '1',
'#cdata': 'Dont be dumb'
}
},
sub_title: {
'#cdata': 'Privacy Policy'
},
sub_text: {
'@index': '1',
'#cdata': 'Dont be dumb again'
},
},
type: 'NINTENDO-NETWORK-EULA',
version: '0300',
@ -93,7 +107,14 @@ router.get('/agreements/:type/:region/:version', clientHeaderCheck, (request, re
main_text: {
'@index': '1',
'#cdata': 'Dont be dumb'
}
},
sub_title: {
'#cdata': 'Privacy Policy'
},
sub_text: {
'@index': '1',
'#cdata': 'Dont be dumb again'
},
},
type: 'NINTENDO-NETWORK-EULA',
version: '0300',
@ -160,4 +181,4 @@ router.get('/time_zones/:countryCode/:language', clientHeaderCheck, (request, re
}).end());
});
module.exports = router;
module.exports = router;