(opts, path$$1)
| 6776 | |
| 6777 | // Generate a URL with the host data given by opts and the given path |
| 6778 | function genDBUrl(opts, path$$1) { |
| 6779 | return genUrl(opts, opts.db + '/' + path$$1); |
| 6780 | } |
| 6781 | |
| 6782 | // Generate a URL with the host data given by opts and the given path |
| 6783 | function genUrl(opts, path$$1) { |