update .gitignore

This commit is contained in:
Ruidy Nemausat 2020-05-06 07:08:39 +02:00
parent 3a238974ef
commit 467a5bd74f
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ Tests/TicketManager.Tests/obj/
client/node_modules/ client/node_modules/
client/src/authentication/config.json client/src/authentication/config.json
client/src/pages/TestPage.tsx client/src/pages/TestPage.tsx
client/build

View file

@ -10,7 +10,7 @@ using TicketManager.Models;
namespace TicketManager.Controllers namespace TicketManager.Controllers
{ {
[Authorize] // [Authorize]
[Route("api/v1/[controller]")] [Route("api/v1/[controller]")]
[ApiController] [ApiController]
public class TicketsController : ControllerBase public class TicketsController : ControllerBase

BIN
app.db

Binary file not shown.