Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <[email protected]>
  • Loading branch information
evaldofelipe committed Jan 14, 2025
1 parent 6e04148 commit 6080af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/available-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const AvailableRoutesQueryParamsSchema = object({
});

dotenv.config({
path: ["../src/output_api.env"],
path: "../src/output_api.env",
});

type AvailableRoutesQueryParams = Infer<
Expand Down

0 comments on commit 6080af6

Please sign in to comment.