Cinnamon
Cinnamon
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
still did not work.
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
I dont have any idea to what that is telling me but I didn't know if it would help
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
thats why I asked
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
Like I dont know
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
But I found this error.
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
Same thing happens.
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
it didn't even hit the breakpoints (yes I was in debug mode)
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
i did, nothing worked.
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
I run it off of the IDE though
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
with VS?
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
im guessing so
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
so
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
well its a local project, and using Http/https wont work because the certificate is bunz.
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
neither have I 😭
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
[HttpGet("Get")]
public ActionResult<List<Store>> Get()
{
if (stores.Count != 0 && stores != null)
{
return Ok(stores);
}
return BadRequest("There are no stores currently in the database!");
}
[HttpGet("Get")]
public ActionResult<List<Store>> Get()
{
if (stores.Count != 0 && stores != null)
{
return Ok(stores);
}
return BadRequest("There are no stores currently in the database!");
}
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
Still nothing @ZZZZZZZZZZZZZZZZZZZZZZZZZ
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
it.
58 replies
CC#
Created by Cinnamon on 7/18/2023 in #help
❔ Trying to run operations off of a MVC API
Right, List<Store> should do ti.
58 replies