Move watchlist controller to profile dir

This commit is contained in:
Zoe Roux 2025-04-07 16:54:21 +02:00
parent 572e763a61
commit 880a85ff8d
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { showsH } from "./controllers/shows/shows";
import { staffH } from "./controllers/staff";
import { studiosH } from "./controllers/studios";
import { videosH } from "./controllers/videos";
import { watchlistH } from "./controllers/watchlist";
import { watchlistH } from "./controllers/profiles/watchlist";
import type { KError } from "./models/error";
export const base = new Elysia({ name: "base" })