Skip to content

Commit

Permalink
Update available-routes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrice32 authored Jan 15, 2025
1 parent b253998 commit f7a6404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/available-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type AvailableRoutesQueryParams = Infer<
const handler = async (_: any, response: VercelResponse) => {
if (envFile === "") {
response.status(500).json({ error: "ERROR NO ENV FOUND" });
return;
}
response.status(200).json({
test: process.env.GIT_ENV_EXPORTED,
Expand Down

0 comments on commit f7a6404

Please sign in to comment.