...

/

Adding the Registry and Dynamic Supervisor to application.ex

Adding the Registry and Dynamic Supervisor to application.ex

Registering our dynamic supervisor in the file application.ex.

The last step is to plug our registry process and dynamic supervisor into /lib/mastery/application.ex. The infrastructure for dynamically creating quizzes is being made resilient and available to our users.

Adding

...