fix typo in isso endpoint

This commit is contained in:
Fabian Montero 2025-09-18 16:51:15 -06:00
parent 2bae236aec
commit f66fe7f7aa
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -23,7 +23,7 @@ with lib; {
enable = true;
settings = {
general = {
host = "https://posixlycorrect.com";
host = "https://posixlycorrect.com/";
dbpath = "/var/lib/isso/comments.db";
notify = "stdout";
};