Skip to content

Commit 66dbbde

Browse files
fixed shared URL
1 parent 37efebb commit 66dbbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mealie/routes/spa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ def mount_spa(app: FastAPI):
222222
__contents = pathlib.Path(__app_settings.STATIC_FILES).joinpath("index.html").read_text()
223223

224224
app.get("/g/{group_slug}/r/{recipe_slug}")(serve_recipe_with_meta)
225-
app.get("/g/{group_slug}/shared/{token_id}")(serve_shared_recipe_with_meta)
225+
app.get("/g/{group_slug}/shared/r/{token_id}")(serve_shared_recipe_with_meta)
226226
app.mount("/", SPAStaticFiles(directory=__app_settings.STATIC_FILES, html=True), name="spa")

0 commit comments

Comments
 (0)