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:
parent
41e1d35c7a
commit
da2484b0d4
9 changed files with 31 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue