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.
2 parents 149d2fe + bd258f3 commit 772b7e3Copy full SHA for 772b7e3
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