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