Skip to content

Commit

Permalink
Update url.js
Browse files Browse the repository at this point in the history
  • Loading branch information
caracal-js authored Jul 30, 2021
1 parent be14aea commit 0dd29a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/url.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// -------------------------------------------------------------
// WARNING: this file is used by both the client and the server.
// Do not use any browser or node-specific API!
// -------------------------------------------------------------
const codec = require('./codec');
const defaultConfig = {
prefix: '/service/',
Expand Down Expand Up @@ -31,4 +35,4 @@ class URLWrapper {
};
};

module.exports = URLWrapper;
module.exports = URLWrapper;

0 comments on commit 0dd29a4

Please sign in to comment.