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 ad5436c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/document_viewer/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ defmodule DocumentViewer.Application do
# commenting out so I can start the app or attempt to.
# Catalog.Supervisor,
# Start the Endpoint (http/https)
DocumentViewerWeb.Endpoint
DocumentViewerWeb.Endpoint,
# Start a worker by calling: DocumentViewer.Worker.start_link(arg)
# {DocumentViewer.Worker, arg}
{DocumentViewer.Worker, arg}
]

# See https://hexdocs.pm/elixir/Supervisor.html
Expand Down

0 comments on commit ad5436c

Please sign in to comment.