mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-12-28 02:34:44 +00:00
Fixing Board PUT.
This commit is contained in:
@@ -100,6 +100,6 @@ namespace OpenWifi {
|
||||
NewBoard.to_json(Answer);
|
||||
return ReturnObject(Answer);
|
||||
}
|
||||
return InternalError("Board could nto be modified. Verify and try again.")
|
||||
return InternalError("Board could nto be modified. Verify and try again.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user