Merge branch 'main' into iain/ratelimiter-should-respect-configuration
This commit is contained in:
@@ -56,7 +56,8 @@ import { RateLimiterMemory } from 'rate-limiter-flexible'
|
||||
import { TIME } from '@speckle/shared'
|
||||
import type { Application } from 'express'
|
||||
import { passportAuthenticationCallbackFactory } from '@/modules/auth/services/passportService'
|
||||
import { testLogger as logger } from '@/logging/logging'
|
||||
import { testLogger as logger } from '@/observability/logging'
|
||||
import { Application } from 'express'
|
||||
|
||||
const getServerInfo = getServerInfoFactory({ db })
|
||||
const getUser = getUserFactory({ db })
|
||||
|
||||
Reference in New Issue
Block a user