Bug fixes

This commit is contained in:
UnlegitDqrk
2026-02-06 22:51:56 +01:00
parent 185d335795
commit fb87af8b9c
11 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ import java.util.Map;
* - action=delete_infoname, id
* - action=add_record, id (infoname_id), sub, type, value, ttl, priority, port, weight
*/
@Route(path = "ins/dashboard")
@Route(path = "/ins/dashboard")
public final class dashboard implements WebPage {
@Override