Skip to content

Commit 3e97ae4

Browse files
committed
add nginx
1 parent 6991653 commit 3e97ae4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Run backend tests
2727
run: |
28-
pytest -v backend/tests/
28+
pytest -v backend/tests
2929
3030
deploy:
3131
runs-on: ubuntu-latest

backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from fastapi.middleware.cors import CORSMiddleware
44
from fastapi.responses import StreamingResponse
55
from pydantic import BaseModel
6-
from .detector import Detector
6+
from backend.detector import Detector
77
from PIL import Image
88
import io
99
import numpy as np

0 commit comments

Comments
 (0)