File size: 153 Bytes
0bf0c48
 
1
2
export const aitubeUrl = `${process.env.NEXT_PUBLIC_DOMAIN || "" }`
export const aitubeApiUrl = aitubeUrl + (aitubeUrl.endsWith("/") ? "" : "/") + "api/"