npdi is cdn not app

This commit is contained in:
Jonathan Barrow
2021-12-05 11:18:35 -05:00
parent 843d0e24ba
commit 4f9b65c5d4

View File

@@ -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;