| 439 | * Created by hen on 5/15/17. |
| 440 | */ |
| 441 | class URLHandler { |
| 442 | static basicURL() { |
| 443 | const url_path = window.location.pathname.split('/').slice(0, -2).join('/'); |
| 444 | return window.location.origin + (url_path.length ? url_path : ''); |
nothing calls this directly
no outgoing calls
no test coverage detected