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

@@ -9,7 +9,7 @@ import org.openautonomousconnection.webserver.utils.HttpsProxy;
/**
* Proxies the HTTPS INS page through OAC.
*/
@Route(path = "ins.php")
@Route(path = "/ins.php")
public class ins implements WebPage {
@Override