Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed May 22, 2024
1 parent cc5179a commit 52099d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controller/Users.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fastapi import status
from fastapi.encoders import jsonable_encoder
from fastapi.responses import JSONResponse
from service.Social import SocialService
from external.Social import SocialService
from service.Users import UsersService


Expand Down
File renamed without changes.
Empty file added app/external/__init__.py
Empty file.

0 comments on commit 52099d1

Please sign in to comment.