chore: Use ES modules for backend app
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import axios from '../../helpers/axios-with-proxy';
|
||||
import axios from '../../helpers/axios-with-proxy.js';
|
||||
|
||||
const NOTIFICATIONS_URL = 'https://notifications.automatisch.io/notifications.json';
|
||||
const NOTIFICATIONS_URL =
|
||||
'https://notifications.automatisch.io/notifications.json';
|
||||
|
||||
const getNotifications = async () => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user