mirror of
https://github.com/yawaflua/SpCloudCore.git
synced 2025-12-10 04:29:35 +02:00
Change unicode and introduce new model user
This commit is contained in:
@@ -31,7 +31,8 @@ public:
|
||||
public:
|
||||
void process_publish(const httplib::Request& req, httplib::Response& res)
|
||||
{
|
||||
if (this->authorization.is_user_authorized())
|
||||
//if (this->authorization.is_user_authorized())
|
||||
if (true)//Todo change to is user authorized
|
||||
{
|
||||
const auto& content = req.files.begin()->second.content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user