source: trip-planner-front/node_modules/sockjs-client/lib/location.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 178 bytes
Line 
1'use strict';
2
3module.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.