Review List

Review List

GET https://foodfly.shop/review/

[
    {
        "pk": pk,
        "content": content,
        "rating": rating
        "user": user
        "store": store
        "reviewimage_set": [
            {
                "location": location
            },
        ]
    },

Last updated