Changing port to 1235 to not clash with smtp default port

This commit is contained in:
lubiana 2022-04-25 15:19:41 +02:00
parent 2a4db316b9
commit 3a402139b5
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
7 changed files with 7 additions and 7 deletions

View file

@ -241,7 +241,7 @@ class Page
}
```
You can now navigate your Browser to [localhost:1234/page][http://localhost:1234/page] and try out if everything works.
You can now navigate your Browser to [localhost:1235/page][http://localhost:1235/page] and try out if everything works.
Of course this code is far from looking good. We heavily rely on the pages being files in the filesystem, and the action
should never be aware of the filesystem in the first place, also we have a lot of string replacements and other repetetive