mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-08 09:01:00 +03:00
Release
This commit is contained in:
13
routes/index.js
Normal file
13
routes/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
const site = require('./site');
|
||||
const oauth2 = require('./oauth2');
|
||||
const user = require('./user');
|
||||
const client = require('./client');
|
||||
|
||||
module.exports = {
|
||||
site,
|
||||
oauth2,
|
||||
user,
|
||||
client,
|
||||
};
|
Reference in New Issue
Block a user