Added an option to set the deployment path. Fixes #41
This commit is contained in:
@@ -36,7 +36,7 @@ class SubsonicResource final : public Wt::WResource
|
||||
public:
|
||||
SubsonicResource(Database::Db& db);
|
||||
|
||||
static std::string getPath() { return "/rest/"; }
|
||||
static std::string getPath() { return "rest/"; }
|
||||
private:
|
||||
|
||||
void handleRequest(const Wt::Http::Request &request, Wt::Http::Response &response) override;
|
||||
|
||||
Reference in New Issue
Block a user