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