Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
463 stars 34 forks source link

Controller before method never called. #127

Closed kingdevnl closed 5 years ago

kingdevnl commented 5 years ago

Controller before method never called. @override Future<void> before(Context ctx) { print("BEFORE"); cors(ctx, options); } I never get the output BEFORE,

tejainece commented 5 years ago

@kingdevnl Can you post complete code of your controller?

You can also chat with us here: https://gitter.im/jaguar_dart/jaguar

tejainece commented 5 years ago

This seems to have been fixed by @kingdevnl