First commit of NewContact
This commit is contained in:
@@ -142,7 +142,12 @@ namespace Step.Controllers.WebApi
|
||||
[Route("contact"), HttpGet]
|
||||
public IHttpActionResult GetContact()
|
||||
{
|
||||
return Ok(ContactConfig);
|
||||
return Ok(new {
|
||||
ContactConfig,
|
||||
SparePartConfig,
|
||||
RetrofitConfig,
|
||||
BackOfficeConfig
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user