http://coldfusion.com logo
#box-products
Title
# box-products
d

Dean

03/29/2022, 10:05 PM
cfconfig
doesn't seem to export the Lucee REST mappings...am I missing something or is this just not available?
Checked code. Not available. Might fix later
b

bdw429s

03/29/2022, 10:13 PM
Yep, never added support for it
Almost no one has ever asked for it, lol
And I don't use the built in REST myself
Would love a pull request
Or someone to sponsor the work
d

Dean

03/29/2022, 10:14 PM
I wish I didnt either, but doing a legacy conversion and rewriting into Taffy isnt in scope at this point
Shouldnt be hard to add if I get some time
cfconfig I mean
t

thisOldDave

03/30/2022, 9:21 AM
as a temporary fix you can use restInitApplication() in onApplicationStart() and wrap it in a call to admin action="getRestMappings" to test if it already exists
2 Views