Skip to content

Commit 02e9c0b

Browse files
authored
Rename app.py to main.py in template (#12628)
1 parent 50d0b52 commit 02e9c0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Aspire.ProjectTemplates/templates/aspire-py-starter/13.0/apphost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
var cache = builder.AddRedis("cache");
1212

1313
#endif
14-
var app = builder.AddUvicornApp("app", "./app", "app:app")
14+
var app = builder.AddUvicornApp("app", "./app", "main:app")
1515
.WithUvEnvironment()
1616
.WithExternalHttpEndpoints()
1717
#if UseRedisCache

0 commit comments

Comments
 (0)