Closed turbopixel closed 7 years ago
Sorry for the mixed info - I made a bug (bug #90) once I replicated the issue. Can you verify the bugfix/#90 fixes this?
Your commit 0891f7dcf9aacc from #90 fix this bug. Thank you!
Alright. Thanks for confirming.
Our rest api doesn't work anymore. Still got a "error: 404" message. The rest api framework can't find the
@url /notifications/getAll
path with the fix 4024098ed93a4\Jacwright\RestServer\RestServer::getPath() - Line 368
Before
ltrim()
notifications/getAll
After
ltrim()
/notifications/getAll
The RestServer framework called in a sub directory/source/rest/notifications/getAll
We received this:
Quick solution in our system that works: