refactored

This commit is contained in:
2024-10-29 20:36:31 +08:00
parent 0cc048bff2
commit e749aa387a
4 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import express from 'express';
import dotenv from 'dotenv';
import { GetSolBalance, GetTicketsAccount, GetTicketsBalanceByTA, GetTokenAccount, GetTokenBalanceByTA } from "./sol";
import { GetSolBalance, GetTicketsAccount, GetTicketsBalanceByTA, GetTokenAccount, GetTokenBalanceByTA } from "./sol/reader";
dotenv.config();