Skip to content

Commit

Permalink
Merge pull request #89 from stuartmaxwell/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Sep 25, 2024
2 parents f2f619e + 68594bb commit 741b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_editor/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from markdown_editor.views import markdown_editor

app_name = "timezone_converter"
app_name = "markdown_editor"

urlpatterns = [
path("", markdown_editor, name="markdown_editor"),
Expand Down

0 comments on commit 741b819

Please sign in to comment.