Skip to content

Commit

Permalink
Merge pull request #3 from chilladx/fix-trailing-slash
Browse files Browse the repository at this point in the history
Remove trailing slash to avoid URLs with double slash
  • Loading branch information
ktquez authored Nov 20, 2020
2 parents f1c8952 + 7d21d3a commit 77faf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const URL_ASSETS = 'https://raw.githubusercontent.com/ktquez/vue-social-chat/master/src/'
export const URL_ASSETS = 'https://raw.githubusercontent.com/ktquez/vue-social-chat/master/src'

export const HREF_BY_APP = {
whatsapp: 'https://web.whatsapp.com/send?phone=%ph%&text=',
Expand Down

0 comments on commit 77faf82

Please sign in to comment.