Skip to content

Commit

Permalink
re-enable the catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Adzz committed Nov 5, 2024
1 parent ad5ecb9 commit ad55b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/document_viewer/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule DocumentViewer.Application do
# Start the PubSub system
{Phoenix.PubSub, name: DocumentViewer.PubSub},
# commenting out so I can start the app or attempt to.
# Catalog.Supervisor,
Catalog.Supervisor,
# Start the Endpoint (http/https)
DocumentViewerWeb.Endpoint
# Start a worker by calling: DocumentViewer.Worker.start_link(arg)
Expand Down

0 comments on commit ad55b88

Please sign in to comment.