Separate happy path utility functions for requests

This commit is contained in:
2026-01-17 15:43:52 -06:00
parent 03cc4cf4eb
commit 7ed05695b9
6 changed files with 64 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
import { DateTime } from "ts-luxon";
import { services } from "../services";
import type { Call, Result, Route } from "../types";
import { html, render } from "../util";
import { html, render } from "../request/util";
import { loginRoute } from "./login";
import { logoutRoute } from "./logout";