You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+42-13Lines changed: 42 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,53 @@ First, be sure to switch Vue Cli or Quasar Cli to output distribution files to w
19
19
20
20
See [Migrating Asp.Net 2.2 to 3.0 Endpoint Routing](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-2.2&tabs=visual-studio#update-routing-startup-code)
21
21
```csharp
22
-
// To use with EndpointRouting
22
+
23
+
24
+
publicclassStartup {
25
+
26
+
publicStartup(IConfigurationconfiguration)
27
+
{
28
+
Configuration=configuration;
29
+
}
30
+
31
+
publicIConfigurationConfiguration { get; }
32
+
33
+
// This method gets called by the runtime. Use this method to add services to the container.
0 commit comments