Updated DashboardChatController.java

This commit is contained in:
Andrea Terzani
2025-06-10 10:17:37 +00:00
parent b433fb14dc
commit 84331516c3

View File

@@ -11,7 +11,7 @@ import com.olympus.hermione.repository.dashboard.DashboardScenarioChatRepository
@RestController
public class DashboardChatController {
@Autowired
/*@Autowired
private DashboardScenarioChatRepository scenarioTestChatRepository;
// Recupera tutti i messaggi
@@ -42,5 +42,5 @@ public class DashboardChatController {
public DashboardChatModel saveMessage(@RequestBody DashboardChatModel message) { //salva i nuovi messaggi
return scenarioTestChatRepository.save(message);
}
*/
}