Skip to content

Commit

Permalink
latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
front10devs committed Apr 22, 2018
1 parent 7008db4 commit 8595b6d
Show file tree
Hide file tree
Showing 15 changed files with 910 additions and 38 deletions.
6 changes: 5 additions & 1 deletion apiroutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ export const voteUrl = `${baseUrl}vote`;
export const userUrl = `${baseUrl}user`;
export const resourceUrl = `${baseUrl}resource`;
export const emissionsReductionUrl = `${baseUrl}emissionsReduction`;
export const disasterKitUrl = `${baseUrl}disasterKit`;
export const disasterKitUrl = `${baseUrl}disasterKit`;
export const huracaneWarningUrl = `${baseUrl}huracaneWarning`;
export const textTranslateUrl = `${baseUrl}textTranslate`;
export const contactUrl = `${baseUrl}contact`;
export const phoneWebsiteUrl = `${baseUrl}phoneWebsite`;
Loading

0 comments on commit 8595b6d

Please sign in to comment.