Begining of a RON API to edit profile
authorGreg Burri <greg.burri@gmail.com>
Thu, 14 Nov 2024 00:59:40 +0000 (01:59 +0100)
committerGreg Burri <greg.burri@gmail.com>
Thu, 14 Nov 2024 00:59:40 +0000 (01:59 +0100)
commit405aa68526eee98b71185d86436a9ba6aa35455d
tree0ce32f02432266284708e123583768328f3c6c29
parent37f6de7a89e4723f4e2a2c94c7e244443c4448e3
Begining of a RON API to edit profile
13 files changed:
Cargo.lock
backend/src/data/db.rs
backend/src/main.rs
backend/src/ron_extractor.rs [new file with mode: 0644]
backend/src/services.rs
backend/src/services/ron_api.rs [new file with mode: 0644]
backend/src/services/webapi.rs [deleted file]
backend/templates/base_with_header.html
backend/templates/edit_recipe.html [deleted file]
backend/templates/profile.html
backend/templates/recipe_edit.html [new file with mode: 0644]
common/src/ron_api.rs
deploy.nu