#65 use full URL in package line
This commit is contained in:
@@ -2,8 +2,9 @@ package handlers
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/everywall/ladder/proxychain/responsemodifiers/api"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"ladder/proxychain/responsemodifiers/api"
|
||||
)
|
||||
|
||||
func NewAPIModifersListHandler(opts *ProxyOptions) fiber.Handler {
|
||||
|
||||
Reference in New Issue
Block a user