Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from seker212/S/Some-random-fixes
Browse files Browse the repository at this point in the history
server cleanup
  • Loading branch information
seker212 authored Jan 25, 2022
2 parents 68cc681 + 44ae8ac commit 66db14c
Show file tree
Hide file tree
Showing 47 changed files with 0 additions and 40,013 deletions.
26 changes: 0 additions & 26 deletions ComeX.Server/Pages/Error.cshtml

This file was deleted.

32 changes: 0 additions & 32 deletions ComeX.Server/Pages/Error.cshtml.cs

This file was deleted.

10 changes: 0 additions & 10 deletions ComeX.Server/Pages/Index.cshtml

This file was deleted.

25 changes: 0 additions & 25 deletions ComeX.Server/Pages/Index.cshtml.cs

This file was deleted.

8 changes: 0 additions & 8 deletions ComeX.Server/Pages/Privacy.cshtml

This file was deleted.

24 changes: 0 additions & 24 deletions ComeX.Server/Pages/Privacy.cshtml.cs

This file was deleted.

50 changes: 0 additions & 50 deletions ComeX.Server/Pages/Shared/_Layout.cshtml

This file was deleted.

2 changes: 0 additions & 2 deletions ComeX.Server/Pages/Shared/_ValidationScriptsPartial.cshtml

This file was deleted.

3 changes: 0 additions & 3 deletions ComeX.Server/Pages/_ViewImports.cshtml

This file was deleted.

3 changes: 0 additions & 3 deletions ComeX.Server/Pages/_ViewStart.cshtml

This file was deleted.

2 changes: 0 additions & 2 deletions ComeX.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public Startup(IConfiguration configuration)
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)
{
services.AddRazorPages();
services.AddSignalR();
services.AddComeXAuth(new Uri("https://comx.molly.ovh:40443"));
}
Expand All @@ -53,7 +52,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)

app.UseEndpoints(endpoints =>
{
endpoints.MapRazorPages();
endpoints.MapHub<ComeXHub>("/ComeXLogin");
});
}
Expand Down
71 changes: 0 additions & 71 deletions ComeX.Server/wwwroot/css/site.css

This file was deleted.

Binary file removed ComeX.Server/wwwroot/favicon.ico
Binary file not shown.
4 changes: 0 additions & 4 deletions ComeX.Server/wwwroot/js/site.js

This file was deleted.

22 changes: 0 additions & 22 deletions ComeX.Server/wwwroot/lib/bootstrap/LICENSE

This file was deleted.

Loading

0 comments on commit 66db14c

Please sign in to comment.