mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Add chips to channel page
This commit is contained in:
@@ -70,8 +70,9 @@ public class ViewController {
|
||||
}
|
||||
|
||||
@org.springframework.web.bind.annotation.GetMapping("/channels")
|
||||
public String channelDirectory() {
|
||||
public String channelDirectory(Model model) {
|
||||
LOG.info("Rendering channel directory");
|
||||
addVersionAttributes(model);
|
||||
return "channels";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user