You've already forked RekomenciBackend
chore: some improvements
This commit is contained in:
@@ -39,7 +39,7 @@ async def send_notification(
|
||||
raise HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="Notification device not found") from error
|
||||
|
||||
|
||||
@router.post("/notifications/register-device")
|
||||
@router.post("/notifications/register_device")
|
||||
async def register_notification_device(
|
||||
request: RegisterNotificationDeviceRequestModel,
|
||||
interactor: FromDishka[RegisterNotificationDeviceInteractor],
|
||||
|
||||
Reference in New Issue
Block a user