1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-25 08:09:41 +02:00
codex.docs/src/backend
YeoKyung Yoon b3d8a1bfd4
Fix sorting in dropdown (#187)
* fix: fix order of page categories with raw type

* refactor: change method location and others

* refactor: fix method names and variables also split methods to be clear their role

* fix: fix variable name

* fix: change the method to group of pages

* refactor: replace filter metethod to querying database

* refactor: fix typo, rename variable, add comments, improve code quality

* fix: add exit infinite loop

* fix: replace exiting loop to throwing exception
2022-06-22 23:09:08 +09:00
..
controllers Fix sorting in dropdown (#187) 2022-06-22 23:09:08 +09:00
exceptions Upgrade packages (#149) 2022-03-06 11:38:59 +04:00
models Fix sorting in dropdown (#187) 2022-06-22 23:09:08 +09:00
routes Fix sorting in dropdown (#187) 2022-06-22 23:09:08 +09:00
utils Password from env variable (#170) 2022-04-24 16:54:36 +05:30
views Fix sorting in dropdown (#187) 2022-06-22 23:09:08 +09:00
app.ts Password from env variable (#170) 2022-04-24 16:54:36 +05:30