Move API_ORIGIN into constants.js
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
const API_ORIGIN = import.meta.env.VITE_API_ORIGIN ? import.meta.env.VITE_API_ORIGIN : window.location.origin;
|
||||
|
||||
import { createI18n } from 'vue-i18n';
|
||||
import { fetcher } from 'pankow';
|
||||
import { API_ORIGIN } from './constants.js';
|
||||
|
||||
const translations = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user