File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 109109 text-shadow : var (--terminal-glow );
110110 }
111111
112+ .description {
113+ color : var (--terminal-color );
114+ text-shadow : var (--terminal-glow );
115+ font-size : 14px ;
116+ }
117+
112118 .terminal-item {
113119 display : flex;
114120 align-items : center;
192198 < span > $ {{text}}</ span > < span class ="cursor "> </ span >
193199 </ div >
194200 {% endblock %}
195-
201+ < div class ="description ">
202+ < p > The objective is to provide a clean and proper structure of all API endpoints and how they operate using query params.</ p >
203+ < p > The API end points will be shown with proper request methods</ p >
204+ </ div >
196205 < ul class ="terminal-menu ">
197206 < li class ="terminal-item ">
198207 < span class ="terminal-prompt "> > </ span >
212221 </ li >
213222 < li class ="terminal-item ">
214223 < span class ="terminal-prompt "> > </ span >
215- < a class ="terminal-link " href ="/stocks / " target ="_blank "> /stocks </ a >
224+ < a class ="terminal-link " href ="/stock / " target ="_blank "> /stock </ a >
216225 </ li >
217226 < li class ="terminal-item ">
218227 < span class ="terminal-prompt "> > </ span >
You can’t perform that action at this time.
0 commit comments