fix: attempt to fix ping redirects (#1829)

This commit is contained in:
Manuel
2024-01-16 20:23:22 +01:00
committed by GitHub
parent ffc9387edb
commit 0dc16977a5

View File

@@ -45,11 +45,6 @@ export const appRouter = createTRPCRouter({
return await axios
.get(app.url, {
method: 'GET',
headers: {
// Cache for 5 minutes
'Cache-Control': 'max-age=300',
},
httpsAgent: agent,
timeout: 12 * 1000, // 12 seconds
})