🎨 website/utils API_URL + standardJS
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import axios from 'axios'
|
||||
import { API_URL } from './config/config'
|
||||
|
||||
export const API_URL = process.env.NEXT_PUBLIC_API_URL
|
||||
|
||||
const api = axios.create({
|
||||
baseURL: API_URL,
|
||||
|
@ -1 +0,0 @@
|
||||
export const API_URL = process.env.NEXT_PUBLIC_API_URL
|
Reference in New Issue
Block a user