covidpass-greenpass-su-ipho.../pages/api/config.js

4 lines
216 B
JavaScript

export default function handler(req, res) {
// Return the API_BASE_URL. This Endpoint allows us to access the env Variable in client javascript
res.status(200).json({ apiBaseUrl: process.env.API_BASE_URL })
}