Changes (/shrug)
* Added middleware timer for performance debugging * Relationships and avatar database keys * CDN * Profiles are SelfAccounts in most cases, rather than Accounts * Simplified profile content management * Progression fixes * Relationships (favorites not yet implemented) * Relationship backend * Relationship and avatar routes
This commit is contained in:
6
src/routes/cdn.ts
Normal file
6
src/routes/cdn.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { APIUtils } from "../apiutils.ts";
|
||||
import { route as ConfigRoute } from "./cdn/config.ts";
|
||||
|
||||
export const route = APIUtils.createRouter("/cdn");
|
||||
|
||||
route.router.use(ConfigRoute.path, ConfigRoute.router);
|
||||
Reference in New Issue
Block a user