mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-23 04:25:51 +00:00
@@ -1,4 +1,4 @@
|
|||||||
const API = `${process.env.NEXT_PUBLIC_API_URL}/categories`;
|
const API = `${process.env.NEXT_PUBLIC_API_URL || "https://tvone.petermaquiran.xyz/api"}/categories`;
|
||||||
|
|
||||||
export interface Category {
|
export interface Category {
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user