Skip to content

Commit

Permalink
Update ValuesController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PuzzledAlien committed Jul 17, 2019
1 parent baf2322 commit d1211d3
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Collections.Generic;
using Abp.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc;

namespace WebApplication1.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class ValuesController : ControllerBase
public class ValuesController : AbpController
{
// GET api/values
[HttpGet]
Expand Down

0 comments on commit d1211d3

Please sign in to comment.