mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 11:50:44 +02:00
Fix interface for RestApi
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
namespace RestApi
|
||||
{
|
||||
void start_rest_api(crow::SimpleApp app, WriterManager& writer_manager, uint16_t port);
|
||||
void start_rest_api(WriterManager& writer_manager, uint16_t port);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user