Correct error ⚠️
continuous-integration/drone/push Build is failing Details

pull/8/head
Emre KARTAL 2 years ago
parent b937756b4b
commit c7f434a29c

@ -62,7 +62,7 @@ namespace ApiLol.Controllers
} }
} }
// GET api/<RunePagesController>/5 /* // GET api/<RunePagesController>/5
[HttpGet("{name}")] [HttpGet("{name}")]
public async Task<IActionResult> Get(string name) public async Task<IActionResult> Get(string name)
{ {
@ -117,6 +117,6 @@ namespace ApiLol.Controllers
[HttpDelete("{id}")] [HttpDelete("{id}")]
public void Delete(int id) public void Delete(int id)
{ {
} }*/
} }
} }

Loading…
Cancel
Save