diff --git a/index.js b/index.js index 6d12d54..aa152cb 100644 --- a/index.js +++ b/index.js @@ -2666,6 +2666,7 @@ app.post('/interactions', verifyKeyMiddleware(process.env.PUBLIC_KEY), async fun }); app.use(express.json()); +app.use('/public', express.static('public')); // Check flAPI app.get('/check', (req, res) => { diff --git a/public/images/curry.png b/public/images/curry.png new file mode 100644 index 0000000..2fcbb47 Binary files /dev/null and b/public/images/curry.png differ