remove old func

This commit is contained in:
jejolare 2024-06-07 18:18:46 +07:00
parent c0a088ab22
commit 6bb45575b5

View file

@ -1334,10 +1334,6 @@ const getWhitelistedAssets = async (offset, count) => {
return fullList.slice(offset, offset + count);
}
const getAllAssets = async (offset, count) => {
}
app.get(
'/api/get_whitelisted_assets/:offset/:count',
exceptionHandler(async (req, res) => {