refactor: populate operator after filtering old requests
This commit is contained in:
parent
3e83838b5a
commit
aaa02e3186
1 changed files with 1 additions and 1 deletions
|
|
@ -78,10 +78,10 @@ const loadRoutes = async () => {
|
|||
// app /pair and /ca routes
|
||||
app.use('/', pairingRoutes)
|
||||
|
||||
app.use(findOperatorId)
|
||||
app.use(populateDeviceId)
|
||||
app.use(authorize)
|
||||
app.use(filterOldRequests)
|
||||
app.use(findOperatorId)
|
||||
app.use(configRequiredRoutes, populateSettings)
|
||||
|
||||
// other app routes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue