Skip to content

Commit 89a70ef

Browse files
committed
fix(flow): add flow declaration
1 parent 3162f3e commit 89a70ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/common/constants/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @flow
12
const SECURE: string = 'secure/'
23
export const API_PREFIX: string = `/api/manager/`
34
export const SECURE_API_PREFIX: string = `${API_PREFIX}${SECURE}`

0 commit comments

Comments
 (0)