Commit 24c68bcd authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade ruta relativa a view, adapta test de esquema

El esquema retorna la url de consulta relativa a view
parent e6b283a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@ server.port=8097
server.servlet.context-path=/api
spring.mvc.servlet.path=/atlas/commands

microservice.view.path=/atlas/view

spring.profiles.active=@spring.profiles.active@

info.microservice.name=@project.name@
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
		},
		"themeInspire": {
			"type": ["integer", "null"],
			"url": "/api/atlas/commands/themeinspire"
			"url": "/api/atlas/view/themeinspire"
		},
		"latLonBoundsImage": {
			"$ref": "#/definitions/LatLonBoundingBoxDTO"
@@ -48,7 +48,7 @@
		},
		"parent": {
			"type": "integer",
			"url": "/api/atlas/commands/category"
			"url": "/api/atlas/view/category"
		}
	},
	"required": ["name", "protocols", "atlas", "refresh", "urlSource", "parent"],