Commit 469b7031 by Juho Juopperi

Merge branch 'swaggedFix' into 'master'

swagger url korjattu toimimaan myös tuotannossa

See merge request !269
2 parents 9914e624 f8f238d0
......@@ -21,9 +21,7 @@ public class SwaggerJaxrsConfig extends HttpServlet {
private static final long serialVersionUID = 35868122371671912L;
private static final Logger log = LoggerFactory.getLogger(SwaggerJaxrsConfig.class);
// TODO: Make API url configurable or invent something smart to overcome
// the need of base url.
private static final String BASE_URL = "http://localhost:8080/MoyaWeb";
private static final String BASE_URL = "/MoyaWeb";
private static final String API_RESOURCE_PACKAGE = "fi.codecrew.moya.rest";
@Override
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!