Commit graph

12 commits

Author SHA1 Message Date
294e264808 slop-polis-3-casino-games 2025-04-05 20:52:58 +00:00
d071f6f37e Update slop_with_models.py 2025-03-23 23:50:56 +00:00
59ae1565b2 Update slop_with_models.py 2025-03-23 23:46:31 +00:00
b417af1a4d Update slop_with_models.py 2025-03-22 14:26:48 +00:00
8d878f779b Update slop_with_models.py. nitpicks 2025-03-21 21:59:44 +00:00
394d1cd512 Update slop_with_models.py 2025-03-21 21:52:37 +00:00
5b50e5c9dc Instructions
Locate and Replace resources:
        Find the line starting with resources = { and replace it and its contents with the new block above.
    Replace get_resource:
        Find the existing @app.route("/resources/<resource_id>", methods=["GET"]) function and replace the entire function (from @app.route to its last return) with the new get_resource block.
    Add update_resource:
        Insert the new update_resource function right after the get_resource function ends. Ensure it’s before the next endpoint (likely /pay).
2025-03-21 12:33:23 +00:00
20977e0967 Update slop_with_models.py 2025-03-20 04:11:45 +00:00
2999b83177 Update slop_with_models.py 2025-03-20 04:01:20 +00:00
b7c7f2b3ea Update slop_with_models.py 2025-03-20 03:43:45 +00:00
de3be00402 Update slop_with_models.py initialize_model_map() 2025-03-20 00:53:01 +00:00
41cc9d1b79 new file: slop_with_models.py 2025-03-19 19:56:18 -04:00