mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-09-08 17:16:37 -05:00
npdi is cdn not app
This commit is contained in:
@@ -26,6 +26,6 @@ npdi.get('/p01/data/1/:titleHash/:fileVersion/:fileHash', (request, response) =>
|
||||
const router = express.Router();
|
||||
|
||||
// Create subdomain
|
||||
router.use(subdomain('npdi.app', npdi));
|
||||
router.use(subdomain('npdi.cdn', npdi));
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user