Fixing build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""RehearsalHub FastAPI application entry point."""
|
||||
|
||||
from contextlib import asynccontextmanager
|
||||
import os
|
||||
from contextlib import asynccontextmanager
|
||||
|
||||
from fastapi import FastAPI, Request, Response
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
@@ -15,8 +15,8 @@ from rehearsalhub.routers import (
|
||||
annotations_router,
|
||||
auth_router,
|
||||
bands_router,
|
||||
invites_router,
|
||||
internal_router,
|
||||
invites_router,
|
||||
members_router,
|
||||
sessions_router,
|
||||
songs_router,
|
||||
|
||||
Reference in New Issue
Block a user