Skip to content

Commit

Permalink
fix(flow): add flow declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Nov 8, 2017
1 parent 3162f3e commit 89a70ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/common/constants/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
const SECURE: string = 'secure/'
export const API_PREFIX: string = `/api/manager/`
export const SECURE_API_PREFIX: string = `${API_PREFIX}${SECURE}`
Expand Down

0 comments on commit 89a70ef

Please # to comment.