mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-21 19:51:47 +00:00
user env
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const API = "http://localhost:3001/categories";
|
||||
const API = `${process.env.NEXT_PUBLIC_API_URL}/categories`;
|
||||
|
||||
export interface Category {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user