Skip to content

Commit

Permalink
Deleted test controller
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoper02 committed Jun 5, 2024
1 parent e09b930 commit 1935260
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 163 deletions.
158 changes: 0 additions & 158 deletions Server/ReasnAPI/ReasnAPI/Controllers/TestController.cs

This file was deleted.

5 changes: 0 additions & 5 deletions Server/ReasnAPI/ReasnAPI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@

builder.Services.AddControllers();

builder.Services.AddScoped<UserService>();
builder.Services.AddScoped<AddressService>();
builder.Services.AddScoped<CommentService>();
builder.Services.AddScoped<ParticipantService>();

builder.Services.AddSwaggerGen(options =>
{
options.SwaggerDoc("v1", new OpenApiInfo
Expand Down

0 comments on commit 1935260

Please sign in to comment.