mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Fix a bug parsing the rest URI
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
if(!URI.isEmpty()){
|
||||
//TO-DO
|
||||
name = URI.section("/",-1); //last entry
|
||||
namesp = URI.section("/",0,-2); //URI excluding name
|
||||
namesp = URI.section("/",1,1); //URI excluding name
|
||||
}
|
||||
}
|
||||
~RestInputStruct(){}
|
||||
|
||||
Reference in New Issue
Block a user