v0.0.3
- Добавлено модальное окно редактирования номера
This commit is contained in:
parent
cf3962d71d
commit
c0290cd753
12 changed files with 294 additions and 128 deletions
|
@ -4,7 +4,7 @@ import vibe.vibe;
|
|||
import response;
|
||||
import data;
|
||||
|
||||
void listsgroups(HTTPServerRequest req, HTTPServerResponse res) {
|
||||
void listsGroups(HTTPServerRequest req, HTTPServerResponse res) {
|
||||
auto listGroups = getListGroups();
|
||||
render!("group-numbers-list.dt", listGroups)(res);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue