Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (6 sloc) 207 Bytes
package com.redhat.refarch.wildfly.swarm.lambdaair.presentation.service;
import javax.ws.rs.ApplicationPath;
@ApplicationPath( "/gateway" )
public class Application extends javax.ws.rs.core.Application
{
}