mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-06-06 21:23:55 +02:00
Rename utils.explorer to integrations.explorer. The integrations module will contain API calls.
This commit is contained in:
@@ -11,7 +11,7 @@ from common.constants import (
|
||||
CLIENT_TIMEOUT,
|
||||
IGNORED_HEADERS,
|
||||
)
|
||||
from utils.explorer import push_trace
|
||||
from integrations.explorer import push_trace
|
||||
from common.authorization import extract_authorization_from_headers
|
||||
|
||||
gateway = APIRouter()
|
||||
|
||||
@@ -12,7 +12,7 @@ from common.constants import (
|
||||
IGNORED_HEADERS,
|
||||
)
|
||||
from common.authorization import extract_authorization_from_headers
|
||||
from utils.explorer import push_trace
|
||||
from integrations.explorer import push_trace
|
||||
|
||||
gateway = APIRouter()
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ from common.constants import (
|
||||
CLIENT_TIMEOUT,
|
||||
IGNORED_HEADERS,
|
||||
)
|
||||
from utils.explorer import push_trace
|
||||
from integrations.explorer import push_trace
|
||||
from common.authorization import extract_authorization_from_headers
|
||||
|
||||
gateway = APIRouter()
|
||||
|
||||
Reference in New Issue
Block a user