summary refs log tree commit diff
path: root/src/api/routes/users/@me/billing/country-code.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-16 02:47:03 +0200
committerRory& <root@rory.gay>2026-06-16 02:47:03 +0200
commit6e0f571b353769e70580b0d78344495f65c8dc25 (patch)
tree2864eeb39802a8079ce482ddff7e1d44aa2851c1 /src/api/routes/users/@me/billing/country-code.ts
parentMove random string to Random class in extensions (diff)
downloadserver-ts-6e0f571b353769e70580b0d78344495f65c8dc25.tar.xz
Signify some imports more explicitly
Diffstat (limited to 'src/api/routes/users/@me/billing/country-code.ts')
-rw-r--r--src/api/routes/users/@me/billing/country-code.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/users/@me/billing/country-code.ts b/src/api/routes/users/@me/billing/country-code.ts

index b60818d2..c62d545c 100644 --- a/src/api/routes/users/@me/billing/country-code.ts +++ b/src/api/routes/users/@me/billing/country-code.ts
@@ -17,7 +17,7 @@ */ import { Request, Response, Router } from "express"; -import { route } from "@spacebar/api"; +import { route } from "@spacebar/api/util/handlers/route"; import { IpDataClient } from "@spacebar/util"; const router: Router = Router({ mergeParams: true });