mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
Fixed bug with custom css not updating
This commit is contained in:
parent
3dd255f359
commit
88694c7e27
4 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
const asyncWrapper = require('../../middleware/asyncWrapper');
|
||||
const File = require('../../utils/File');
|
||||
const { join } = require('path');
|
||||
const fs = require('fs');
|
||||
|
||||
// @desc Update custom CSS file
|
||||
// @route PUT /api/config/0/css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue