fix: return inserted_link on create

This commit is contained in:
sjdonado
2025-03-20 08:50:55 +01:00
parent 73ee4c4479
commit bf717dc38f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ WORKDIR /usr/src/app
RUN apt-get update && apt-get install -y \
libssl3 \
libyaml-0-2 \
libsqlite3-0 \
sqlite3 \
libevent-2.1-7 \
&& rm -rf /var/lib/apt/lists/*