Open vietj opened 10 years ago
Allow a controller to be marked as asynchronous like:
route("/foo") async shared class MyController() extends Controller() { ... }
the controller would be wrapped by Cayla by a Promise .
Allow a controller to be marked as asynchronous like:
route("/foo") async shared class MyController() extends Controller() { ... }
the controller would be wrapped by Cayla by a Promise .