blob: b8ff7dae3f31634a67e824ca01ef975b7cc7e989 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. -->
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
metadata-complete="false" version="3.0">
<servlet-mapping>
<servlet-name>PortalRestAPIProxy</servlet-name>
<url-pattern>/api/v2/*</url-pattern>
</servlet-mapping>
</web-app>
|