Skip to content

Commit

Permalink
Fix a bug where the Nginx extension no longer showed in user interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed May 8, 2024
1 parent 7e8ba5c commit 443a11e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion betty/extension/nginx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from click import Command

from betty.app.extension import ConfigurableExtension
from betty.app.extension import ConfigurableExtension, UserFacingExtension
from betty.cli import CommandProvider
from betty.extension.nginx.artifact import (
generate_configuration_file,
Expand All @@ -22,6 +22,7 @@

class Nginx(
ConfigurableExtension[NginxConfiguration],
UserFacingExtension,
Generator,
ServerProvider,
GuiBuilder,
Expand Down

0 comments on commit 443a11e

Please sign in to comment.