Skip to content

Commit

Permalink
Use auth instead of gamma for suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscariremma committed Oct 24, 2024
1 parent 6b4eb46 commit e84e417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/goldapps/get-suggestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function getSuggestions(client: AxiosInstance) {
"/api/suggestions",
{
params: {
from: "gamma",
from: "auth",
to: process.env.NODE_ENV === "production" ? "gapps" : "gamma.json",
},
},
Expand Down

0 comments on commit e84e417

Please sign in to comment.