From 6ccc0eb6c96a3455355f68bd777b9659d144a7f4 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 18 Jan 2022 14:20:54 -0500 Subject: [PATCH] Code clean up --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index b73eeeb..272ae91 100644 --- a/app/main.py +++ b/app/main.py @@ -81,7 +81,7 @@ app.include_router( app.include_router( account.router, - prefix='/account', + # prefix='/account', tags=['Account'], ) app.include_router(