Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c491f0a

Browse files
committedSep 3, 2024
inject TableStorageClient Dependency
Related to: aliencube#208, aliencube#213
1 parent 2e267c1 commit c491f0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/AzureOpenAIProxy.ApiApp/Program.cs

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// Add OpenAPI service
1717
builder.Services.AddOpenApiService();
1818

19+
// Add TableStorageClient
20+
builder.Services.AddTableStorageService();
21+
1922
// Add admin services
2023
builder.Services.AddAdminEventService();
2124

0 commit comments

Comments
 (0)
Please sign in to comment.