mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix type
This commit is contained in:
parent
c3a62826d4
commit
910276deeb
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ function createHttpsServer(hostname, isAllowed) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string} url
|
* @param {string} url
|
||||||
* @returns {*|string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
function getRequestPathAndQuery(url) {
|
function getRequestPathAndQuery(url) {
|
||||||
if (url.startsWith("http://") || url.startsWith("https://")) {
|
if (url.startsWith("http://") || url.startsWith("https://")) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue