source:
trip-planner-front/node_modules/sockjs-client/lib/location.js@
bdd6491
Last change on this file since bdd6491 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.