mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 21:08:54 +00:00
Remove useless log
This commit is contained in:
parent
e5bc02b862
commit
2a29573fb1
@ -37,7 +37,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
file: async (ctx) => {
|
file: async (ctx) => {
|
||||||
console.log('ctx')
|
|
||||||
try {
|
try {
|
||||||
const file = fs.readFileSync(path.resolve(__dirname, '..', 'public', 'build', ctx.params.file));
|
const file = fs.readFileSync(path.resolve(__dirname, '..', 'public', 'build', ctx.params.file));
|
||||||
ctx.body = file;
|
ctx.body = file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user