Merge branch 'master' of https://gitea.mjm-staging.developers-homelab.net/BIMS/BIMS
This commit is contained in:
commit
279950b63e
@ -268,9 +268,6 @@ namespace FrontendWebApi.ApiControllers
|
||||
[Route("api/GetSubSystem")]
|
||||
public async Task<ActionResult<ApiResult<Sub_system>>> GetSubSystem(GetSubPost get)
|
||||
{
|
||||
get.building_tag = "D2";
|
||||
get.main_system_tag = "EE";
|
||||
get.sub_system_tag = "E4";
|
||||
ApiResult<Sub_system> apiResult = new ApiResult<Sub_system>(jwt_str);
|
||||
if (!jwtlife)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user