source:
trip-planner-front/node_modules/sockjs-client/lib/location.js@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 178 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | |
3 | module.exports = global.location || { |
4 | origin: 'http://localhost:80' |
5 | , protocol: 'http:' |
6 | , host: 'localhost' |
7 | , port: 80 |
8 | , href: 'http://localhost/' |
9 | , hash: '' |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.