chore: move api to remanso.space

This commit is contained in:
Julien Calixte
2026-03-17 00:53:58 +01:00
parent 4d04d174ba
commit 40c461e150
3 changed files with 12 additions and 6 deletions

View File

@@ -60,5 +60,5 @@ export const noteRouter = contract.router({
})
export const client = initQueryClient(noteRouter, {
baseUrl: "https://api.litenote.li212.fr",
baseUrl: "https://api.remanso.space",
})