refactor: filter old requests before populating settings
This commit is contained in:
parent
dddbe98fca
commit
3e83838b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -81,8 +81,8 @@ const loadRoutes = async () => {
|
|||
app.use(findOperatorId)
|
||||
app.use(populateDeviceId)
|
||||
app.use(authorize)
|
||||
app.use(configRequiredRoutes, populateSettings)
|
||||
app.use(filterOldRequests)
|
||||
app.use(configRequiredRoutes, populateSettings)
|
||||
|
||||
// other app routes
|
||||
app.use('/graphql', recordPing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue