mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-09-10 09:35:15 -05:00
Updated servers subdomain
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user