changed /submit route to relative, and fixed output_file path definition

This commit is contained in:
2025-12-01 21:15:43 +01:00
parent a80525b06d
commit 98a7df2931
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
{
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "form-generator";
version = "0.1.0";
version = "0.1.1";
src = ./.;
cargoLock = {