Class SystemInfoController
java.lang.Object
edu.ucsb.cs156.gauchoride.controllers.ApiController
edu.ucsb.cs156.gauchoride.controllers.SystemInfoController
@RequestMapping("/api/systemInfo")
@RestController
public class SystemInfoController
extends ApiController
SystemInfoController returns information about the application; typically
the values of environment variables that may be needed by the frontend.
-
Constructor Summary
-
Method Summary
Methods inherited from class edu.ucsb.cs156.gauchoride.controllers.ApiController
genericMessage, getCurrentUser, handleGenericException
-
Constructor Details
-
SystemInfoController
public SystemInfoController()
-
-
Method Details
-
getSystemInfo
-