Skip to content

Commit

Permalink
fix: local project detail api to include new props
Browse files Browse the repository at this point in the history
  • Loading branch information
phamhieu committed Apr 25, 2022
1 parent fc3c2be commit 4073b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions studio/pages/api/projects/[ref]/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const handleGet = async (req: NextApiRequest, res: NextApiResponse) => {
db_name: 'postgres',
db_ssl: false,
}),
kpsVersion: 'kps-v1.0.0',
restUrl: process.env.SUPABASE_REST_URL || 'http://localhost:8000/rest/v1/',
internalApiKey: process.env.SUPABASE_ANON_KEY,
}

return res.status(200).json(response)
Expand Down

0 comments on commit 4073b32

Please sign in to comment.