deploy: testing mockup API
This commit is contained in:
@@ -8,9 +8,6 @@ export default abstract class CommandService {
|
||||
receivedAt: string
|
||||
}> {
|
||||
const apiKey = headers['x-api-key']
|
||||
if (!apiKey) {
|
||||
throw new Error('invalid_api_key')
|
||||
}
|
||||
|
||||
// For now, use apiKey as secretKey since DB validation is skipped
|
||||
const secretKey = apiKey
|
||||
|
||||
Reference in New Issue
Block a user