mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-23 04:25:51 +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 {
|
export interface Category {
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user