Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 5052241

Browse files
committed
update layout registration form
1 parent 1520c68 commit 5052241

File tree

18 files changed

+1005
-702
lines changed

18 files changed

+1005
-702
lines changed

Backends/SampleSolution.Backend/Startup.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, IService
147147
app.UseHsts();
148148
}
149149

150-
#if DEBUG
151-
// Shows UseCors with CorsPolicyBuilder. // todo: wrap in developer environment only
152-
app.UseCors(builder =>
153-
builder.AllowAnyOrigin()
154-
.AllowAnyMethod()
155-
.AllowAnyHeader()
156-
// .AllowCredentials()
157-
);
158-
#endif
159-
160150
// Enable middleware to serve generated Swagger as a JSON endpoint.
161151
app.UseSwagger(); // https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-help-pages-using-swagger?tabs=visual-studio
162152

Clients/SampleSolution.Web/.eslintrc.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module.exports = {
22
extends: ["./node_modules/@labeg/code-style/.eslintrc.js"],
33
rules:{
44
"@typescript-eslint/member-ordering": "off",
5-
"@typescript-eslint/indent": "off"
5+
"@typescript-eslint/indent": "off",
6+
"@typescript-eslint/consistent-type-imports": "off",
7+
"@typescript-eslint/no-confusing-void-expression": "off"
68
}
7-
};
9+
};

Clients/SampleSolution.Web/.stats/admines2020_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/admines5_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/cabinetes2020_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/cabinetes5_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/landinges2020_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/landinges5_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/logines2020_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/logines5_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)