debian-mirror-gitlab/app/assets/javascripts/lib/utils/invalid_url.js
2019-09-04 21:01:54 +05:30

7 lines
230 B
JavaScript

/**
* 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';