mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-05-31 20:42:21 -05:00
Update content.js
Added Private Policy for EUR consoles
This commit is contained in:
parent
d83c898505
commit
ec05c81d5b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user