Skip to content

Commit 9feab1c

Browse files
committed
chore(backend/api): rename overlay to overlays
1 parent 3ea6e03 commit 9feab1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from app.api.v1.endpoints import overlay
44

55
api_router = APIRouter()
6-
api_router.include_router(overlay.router, prefix="/overlay", tags=["overlay"])
6+
api_router.include_router(overlay.router, prefix="/overlays", tags=["overlays"])

0 commit comments

Comments
 (0)