Env implementation
This commit is contained in:
@@ -22,7 +22,7 @@ import {
|
||||
type Project
|
||||
} from "@/lib/api"
|
||||
|
||||
const API_URL = "http://127.0.0.1:8000/api/v1"
|
||||
const API_URL = process.env.NEXT_PUBLIC_API_URL
|
||||
|
||||
interface ProjectSummary {
|
||||
project: {
|
||||
|
||||
Reference in New Issue
Block a user