unwind/unwind-ui/src/config.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
59 B
TypeScript
Raw Normal View History

2021-07-25 19:01:25 +02:00
export default {
api_url: `${process.env.API_URL}v1/`,
2021-07-25 19:01:25 +02:00
}