chore: Use ES modules for backend app
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import appConfig from './app';
|
||||
import appConfig from './app.js';
|
||||
|
||||
const corsOptions = {
|
||||
origin: appConfig.webAppUrl,
|
||||
|
Reference in New Issue
Block a user