-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add controllers dynamically #4373
Comments
Hi, please, next time wait a bit longer on Discord. I saw you asked this question, but Github should contains bugs or feature request only. https://docs.nestjs.com/modules#dynamic-modules. Use the documentation search bar :) |
Hey, sorry! I already studied the docs about this and I know how the dynamic modules work, but I need a way to create controllers at runtime (or in bootstrapping time). I really not know how dynamic modules can solve this. Sorry if my question wasn‘t declarative enough. The design of the document collections in the mongodb is at runtime and not before. A user can dynamically change collection while running the application, so there is not developer needed. |
Duplicate of #1438 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
1 similar comment
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hey guys, is it possible to add controllers (with display in swagger) dynamically? I want to create asystem with headless CMS functionality where users can design their own tables and queries, but for this, I need the ability to create (virtual) controllers by document structure in my mondodb.
The text was updated successfully, but these errors were encountered: