changes to the resources.xml

application-manager-new
Rasika Perera 9 years ago
parent f73347ac08
commit 44f380c8e0

@ -50,14 +50,14 @@
<Resource> <Resource>
<AuthType>Any</AuthType> <AuthType>Any</AuthType>
<HttpVerb>GET</HttpVerb> <HttpVerb>GET</HttpVerb>
<Uri>http://localhost:9763/virtual_firealarm/manager/device</Uri> <Uri>http://localhost:9763/virtual_firealarm/manager/device/{device_id}</Uri>
<UriTemplate>/manager/device/*</UriTemplate> <UriTemplate>/manager/device/{device_id}</UriTemplate>
</Resource> </Resource>
<Resource> <Resource>
<AuthType>Any</AuthType> <AuthType>Any</AuthType>
<HttpVerb>GET</HttpVerb> <HttpVerb>GET</HttpVerb>
<Uri>http://localhost:9763/virtual_firealarm/manager/devices</Uri> <Uri>http://localhost:9763/virtual_firealarm/manager/devices/{username}</Uri>
<UriTemplate>/manager/devices/*</UriTemplate> <UriTemplate>/manager/devices/{username}</UriTemplate>
</Resource> </Resource>
<Resource> <Resource>
<AuthType>Any</AuthType> <AuthType>Any</AuthType>

Loading…
Cancel
Save