mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
Flow cell
This commit is contained in:
parent
209ab25ab0
commit
603e78b5ba
7 changed files with 130 additions and 72 deletions
|
@ -53,3 +53,6 @@ export const describeArc = (
|
|||
};
|
||||
|
||||
export const getURL = url => `${process.env.API_HOST}${url}`;
|
||||
|
||||
export const getImageSize = (image: string, size?: string): string =>
|
||||
`${process.env.API_HOST}${image}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue