add backend api and socket for conveyor events

This commit is contained in:
2025-04-01 18:52:21 +05:30
parent 526befad20
commit 2043712f5d
8 changed files with 15 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
let BackEnd_url = `http://${process.env.REACT_APP_SERVER_MARKETPLACE_URL}`;
let BackEnd_url = `http://${process.env.REACT_APP_SERVER_ASSET_LIBRARY_URL}`;
export const getCategoryAsset = async (categoryName: any) => {
try {
const response = await fetch(