move pair stuff to lamassu-admin-server
This commit is contained in:
parent
99cd1b72c6
commit
20e10779a7
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
const path = require('path')
|
|
||||||
const db = require('./db')
|
const db = require('./db')
|
||||||
|
|
||||||
function pair (token, deviceId) {
|
function pair (token, deviceId) {
|
||||||
|
|
@ -22,4 +21,4 @@ function isPaired (deviceId) {
|
||||||
.then(() => true)
|
.then(() => true)
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {totem, pair, unpair, isPaired}
|
module.exports = {pair, isPaired}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue