Skip to content

Commit

Permalink
Merge pull request #47 from quizer-app/develop
Browse files Browse the repository at this point in the history
Remove StaticFiles
  • Loading branch information
EloToJaa authored Feb 27, 2024
2 parents d895d68 + 7a93506 commit 3bc0941
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Quizer.Api/ApplicationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public static WebApplication UsePresentation(this WebApplication app, Configurat

app.UseAuthentication();
app.UseAuthorization();
app.UseStaticFiles();

app.MapControllers();
app.Run();
Expand Down
5 changes: 5 additions & 0 deletions src/Quizer.Api/Quizer.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@
<Compile Include="..\..\AssemblyInfo.cs" />
</ItemGroup>

<ItemGroup>
<Folder Include="logs\" />
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>

0 comments on commit 3bc0941

Please sign in to comment.