deploy: testing mockup API

This commit is contained in:
2025-10-09 09:50:35 +07:00
parent ebb3925d05
commit 8b24695a75
4 changed files with 34 additions and 20 deletions
-3
View File
@@ -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