mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-19 00:15:43 +01:00
fix: setup project api
This commit is contained in:
parent
1a829e19c5
commit
9b308be669
@ -81,7 +81,7 @@ class AdminApi extends Controller {
|
||||
'/feedback',
|
||||
new UserFeedbackController(config, services).router,
|
||||
);
|
||||
this.app.use('/project', new ProjectApi(config, services).router);
|
||||
this.app.use('/projects', new ProjectApi(config, services).router);
|
||||
}
|
||||
|
||||
index(req, res) {
|
||||
|
Loading…
Reference in New Issue
Block a user