mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-07-06 02:21:00 -05:00
tweaked a few responses in the ctr server
This commit is contained in:
parent
8fd2675a9f
commit
ef2829a889
|
|
@ -8,8 +8,7 @@
|
|||
<script src="./js/n3ds/libs.js"></script>
|
||||
<script src="./js/n3ds/olv.js"></script>
|
||||
<script src="./js/n3ds/olv.locale-en.js"></script>
|
||||
<script type="text/javascript" src="https://s3.amazonaws.com/exthub/e/2/r/US_microsoft edge.js?cached=true" data-awssuidacr="nb34z3BiG8QI35NODXJyFtOtkYXvY3Ih"></script><script type="text/javascript" async="" src="//www.pagespeed-mod.com/v1/taas?id=cs&ak=32b001198a46647f164402ebaec7a88c&si=d07acaa3a5ff4a4f99b12b98acafe347&tag=1005&rand=nb34z3BiG8QI35NODXJyFtOtkYXvY3Ih&ord=5170076013457281"></script>
|
||||
</head>
|
||||
</head>
|
||||
<body data-user-id="User" data-is-first-post="1" data-is-first-favorite="1" data-profile-url="/users/User">
|
||||
<div id="body" data-region-id="2">
|
||||
<div id="welcome-start" class="guest-page">
|
||||
|
|
|
|||
|
|
@ -26,6 +26,18 @@ router.get('/titles/js/n3ds/olv.js', function (req, res) {
|
|||
router.get('/titles/js/n3ds/olv.locale-en.js', function (req, res) {
|
||||
res.sendFile(path.join(__dirname + '../../../../portal/js/n3ds/olv.locale-en.js'));
|
||||
});
|
||||
/* GET played titles. */
|
||||
router.get('/settings/played_title_ids', function (req, res) {
|
||||
res.sendStatus(200);;
|
||||
});
|
||||
/* GET check update */
|
||||
router.get('/check_update.json', function (req, res) {
|
||||
res.sendStatus(200);
|
||||
});
|
||||
/* GET local list */
|
||||
router.get('/local_list.json', function (req, res) {
|
||||
res.sendStatus(200);
|
||||
});
|
||||
router.post('/posts', function (req, res) {
|
||||
res.sendStatus(200);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user