This commit is contained in:
freek 2018-12-03 13:05:54 +01:00
parent 121b818da1
commit 52a2f24652
1 changed files with 2 additions and 0 deletions

View File

@ -17,5 +17,7 @@ class WebsocketStatisticsEntriesController
]);
WebSocketsStatisticsEntry::create($validatedAttributes);
return 'ok';
}
}