1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Use base_uri in the response

This commit is contained in:
King_DuckZ 2017-04-11 19:36:18 +01:00
parent 41e1d35c7a
commit da2484b0d4
9 changed files with 31 additions and 17 deletions

View file

@ -28,7 +28,7 @@ namespace redis {
namespace tawashi {
class SubmitPasteResponse : public Response {
public:
explicit SubmitPasteResponse (redis::IncRedis& parRedis);
SubmitPasteResponse (redis::IncRedis& parRedis, const boost::string_ref& parBaseURI);
private:
virtual void on_process() override;