You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take "framework" out in a separate npm package.
Use require('framework').model('Party') instead of shitty require('../(../)*Party');
In the end, no more require('../something');
Reorder hierarchically stuff in controllers so that api URLs kind of matches file paths.
The text was updated successfully, but these errors were encountered:
Take "framework" out in a separate npm package.
Use require('framework').model('Party') instead of shitty require('../(../)*Party');
In the end, no more require('../something');
Reorder hierarchically stuff in controllers so that api URLs kind of matches file paths.
The text was updated successfully, but these errors were encountered: