Closed benfalk closed 10 years ago
Should be able to do the following:
crystalforge routes <apibfiles>
And have it output all "routes" a running crystalforge server will match. The output would look something like the following:
GET / GET /widgets/{id} DELETE /widgets/{id} POST /widgets
Put this one to bed pretty quickly =)
Should be able to do the following:
And have it output all "routes" a running crystalforge server will match. The output would look something like the following: