Skip to content

Commit 928b219

Browse files
committed
supported global_guards on server.ellar
1 parent e189951 commit 928b219

File tree

1 file changed

+1
-0
lines changed
  • ellar_cli/scaffolding/project_template/project_name

1 file changed

+1
-0
lines changed

ellar_cli/scaffolding/project_template/project_name/server.ellar

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ application = AppFactory.create_from_app_module(
1010
config_module=os.environ.get(
1111
ELLAR_CONFIG_MODULE, "{{project_name}}.config:DevelopmentConfig"
1212
),
13+
global_guards=[]
1314
)
1415

1516
# uncomment this section if you want API documentation

0 commit comments

Comments
 (0)