refactor(federation): ♻️ Move Versia Note URIs to /notes, instead of /objects

This commit is contained in:
Jesse Wierzbinski 2025-02-17 23:31:39 +01:00
parent 4063d58d79
commit 6622ee9020
No known key found for this signature in database
7 changed files with 358 additions and 36 deletions

View file

@ -1,4 +0,0 @@
import { config } from "~/config.ts";
export const localObjectUri = (id: string): URL =>
new URL(`/objects/${id}`, config.http.base_url);