mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2020-09-22 Fred Gleason <fredg@paravelsystems.com>
* Added a 'PostImage' method to the Web API. * Added a 'RemoveImage' method to the Web API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -324,6 +324,14 @@ void Xport::ripcConnectedData(bool state)
|
||||
RemoveRss();
|
||||
break;
|
||||
|
||||
case RDXPORT_COMMAND_POST_IMAGE:
|
||||
PostImage();
|
||||
break;
|
||||
|
||||
case RDXPORT_COMMAND_REMOVE_IMAGE:
|
||||
RemoveImage();
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("Content-type: text/html\n\n");
|
||||
printf("rdxport: missing/invalid command\n");
|
||||
|
||||
Reference in New Issue
Block a user