summaryrefslogtreecommitdiff
path: root/gui/src/ajax/backend.ts
blob: d58e513a6bebc2d131908bf1236f66354cf9045f (plain)
1
2
3
4
5
const backendUrl = "http://localhost:8000";

async function getAllAccounts(): Promise<Account[]> {
  return;
}