Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 393da95

Browse files
committed
docs: replace api doc
1 parent 7935cbe commit 393da95

File tree

7 files changed

+10
-26
lines changed

7 files changed

+10
-26
lines changed
319 KB
Loading
Loading
-81.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-103 KB
Binary file not shown.

docs/report-asw/report.tex

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,32 +1094,16 @@ \subsubsection{Routes}
10941094

10951095
\begin{figure}
10961096
\centering
1097-
\begin{subfigure}[b]{0.3\textwidth}
1098-
\centering
1099-
\includegraphics[width=\textwidth]{./figures/backend-routes/users.png}
1100-
% \caption{}
1101-
\end{subfigure}
1102-
\hfill
1103-
\begin{subfigure}[b]{0.3\textwidth}
1104-
\centering
1105-
\includegraphics[width=\textwidth]{./figures/backend-routes/election.png}
1106-
%\caption{}
1107-
\end{subfigure}
1108-
\hfill
1109-
\begin{subfigure}[b]{0.3\textwidth}
1110-
\centering
1111-
\includegraphics[width=\textwidth]{./figures/backend-routes/code.png}
1112-
%\caption{}
1113-
\end{subfigure}
1114-
\hfill
1115-
\begin{subfigure}[b]{0.3\textwidth}
1116-
\centering
1117-
\includegraphics[width=\textwidth]{./figures/backend-routes/notifications.png}
1118-
%\caption{}
1119-
\end{subfigure}
1120-
\hfill
1121-
\caption{Backend routes api.}
1122-
\label{fig:backend-routes}
1097+
\includegraphics[width=\textwidth]{./figures/backend-routes/api.png}
1098+
\caption{API routes.}
1099+
\label{fig:backend-routes-api}
1100+
\end{figure}
1101+
1102+
\begin{figure}
1103+
\centering
1104+
\includegraphics[width=\textwidth]{./figures/backend-routes/auth.png}
1105+
\caption{Auth service routes, along with the schema of the response.}
1106+
\label{fig:backend-routes-auth}
11231107
\end{figure}
11241108

11251109
\subsubsection{Real time updates and notifications with \texttt{Socket.io}}

0 commit comments

Comments
 (0)