Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 7676297

Browse files
author
Fifciuu
committed
debuggin
1 parent b7287ed commit 7676297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/catalog.ts

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default ({config, db}) => async function (req, res, body) {
5252

5353
let responseFormat = 'standard'
5454
let requestBody = req.body
55+
console.log('indices', [...config.elasticsearch.indices]);
5556
if (req.method === 'GET') {
5657
if (req.query.request) { // this is in fact optional
5758
try {

0 commit comments

Comments
 (0)