summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/invalid_url.js
blob: 481bd059fc9c128979a141d6dbea671d30ab7959 (plain)
1
2
3
4
5
6
/**
 * Invalid URL that ensures we don't make a network request
 * Can be used as a default value for URLs. Using an empty
 * string can still result in request being made to the current page
 */
export default 'https://invalid';