beta #7

Merged
didirus merged 38 commits from beta into release 2025-07-14 21:47:13 +00:00
Showing only changes of commit f256ef43c0 - Show all commits

View File

@@ -69,6 +69,7 @@ export async function useServersFetch<T>(
const headers: Record<string, string> = {
"User-Agent": "Modrinth/1.0 (https://modrinth.com)",
"X-Archon-Request": "true",
Vary: "Accept, Origin",
};