Skip to content
Snippets Groups Projects
Commit 3119768e authored by Daniel Vogel's avatar Daniel Vogel
Browse files

Changed public pool URL

parent df4fe7bf
No related merge requests found
......@@ -192,7 +192,7 @@ public class SessionController extends AbstractController {
}
@RequestMapping(value = "/public_pool", method = RequestMethod.GET)
@RequestMapping(value = "/publicpool", method = RequestMethod.GET)
public final Map<String, ArrayList<Session>> getPublicPoolSessions(
final HttpServletResponse response
) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment