Skip to content

Commit

Permalink
fix: fix api docs endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: SeSo <[email protected]>
  • Loading branch information
Sepehr-Sobhani committed Dec 24, 2024
1 parent 0e93aea commit 6a8d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bc_obps/reporting/api/report_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from reporting.schema.report_activity_data import ReportActivityDataIn
from reporting.service.report_activity_load_service import ReportActivityLoadService
from reporting.service.report_activity_save_service import ReportActivitySaveService
from service.error_service import custom_codes_4xx
from service.error_service.custom_codes_4xx import custom_codes_4xx
from .router import router


Expand Down

0 comments on commit 6a8d77e

Please sign in to comment.