Skip to content

Commit

Permalink
auth nuked 2
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-w4tch3r committed Jun 26, 2024
1 parent 85215b7 commit 880f888
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
23 changes: 0 additions & 23 deletions server/SuperchartBackend/BasicAuthAttribute.cs

This file was deleted.

2 changes: 0 additions & 2 deletions server/SuperchartBackend/Controller.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNetCore.Cors;
using Microsoft.AspNetCore.Mvc;

namespace SuperchartBackend;

[ApiController]
[EnableCors]
[Route("[controller]/[action]")]
public class ChartsController(Service service) : ControllerBase
{
Expand Down

0 comments on commit 880f888

Please sign in to comment.