mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-04-25 07:36:49 -05:00
Updated servers subdomain
This commit is contained in:
parent
2af8d74487
commit
a21f0cb799
|
|
@ -19,7 +19,7 @@ const api = express.Router();
|
|||
// Create subdomains
|
||||
LOG_INFO('[MIIVERSE] Creating \'api\' subdomain');
|
||||
router.use(subdomain('api.olv', api));
|
||||
router.use(subdomain('api-test.olv', api));
|
||||
router.use(subdomain('api-beta.olv', api));
|
||||
router.use(subdomain('api-dev.olv', api));
|
||||
|
||||
// Setup routes
|
||||
|
|
@ -32,4 +32,4 @@ api.use('/v1/topics/', topicsHandlers);
|
|||
api.use('/v1/users/', usersHandlers);
|
||||
api.use('/v1/status/', statusHandlers);
|
||||
|
||||
export default router;
|
||||
export default router;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user