refactor: modularize API routes into separate files and clean up dependencies
This commit is contained in:
@@ -4,7 +4,8 @@ from typing import Generator
|
||||
import pytest
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
from decnet.web.api import app, repo
|
||||
from decnet.web.api import app
|
||||
from decnet.web.dependencies import repo
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
|
||||
Reference in New Issue
Block a user