From 35551be964a525dfc9e02bada9e7ab2c05f0193b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 18 Sep 2020 06:49:13 -0700 Subject: [PATCH] Update show.json.rabl --- app/views/api/v1/parties/show.json.rabl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api/v1/parties/show.json.rabl b/app/views/api/v1/parties/show.json.rabl index e7dddf5..88809bc 100644 --- a/app/views/api/v1/parties/show.json.rabl +++ b/app/views/api/v1/parties/show.json.rabl @@ -1,3 +1,3 @@ object @party -extends 'api/v1/party/base' \ No newline at end of file +extends 'api/v1/parties/base' \ No newline at end of file