mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
Web API: renamed /sdrangel/preset GET to /sdrangel/presets GET as this returns the list of presets
This commit is contained in:
@@ -441,7 +441,7 @@ int WebAPIAdapterSrv::instancePresetFilePost(
|
||||
}
|
||||
}
|
||||
|
||||
int WebAPIAdapterSrv::instancePresetGet(
|
||||
int WebAPIAdapterSrv::instancePresetsGet(
|
||||
SWGSDRangel::SWGPresets& response,
|
||||
SWGSDRangel::SWGErrorResponse& error __attribute__((unused)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user