Skip to content

Commit 9027baf

Browse files
committed
change example back to orignal name
1 parent a86e123 commit 9027baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple/simple_ext1/application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
class SimpleApp1(ExtensionAppJinjaMixin, ExtensionApp):
1111

1212
# The name of the extension.
13-
name = "foo"
13+
name = "simple_ext1"
1414

1515
# The url that your extension will serve its homepage.
16-
extension_url = '/foo/default'
16+
extension_url = '/simple_ext1/default'
1717

1818
# Should your extension expose other server extensions when launched directly?
1919
load_other_extensions = True

0 commit comments

Comments
 (0)