We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149d2fe commit bd258f3Copy full SHA for bd258f3
src/index.js
@@ -7,7 +7,6 @@ const app = express();
7
const STAGE = process.env.STAGE || 'prod'
8
app.use(express.json())
9
10
-console.log('test')
11
app.get("/", async (req, res, next) => {
12
console.log(process.env.DEBUG )
13
const sql = await getDbClient()
0 commit comments