Commit Graph

7 Commits

Author SHA1 Message Date
9cf21db9f9 [lint] fix warnings not autofixed by ruff 2026-07-29 02:37:22 +02:00
4ce98a2be6 methinks I should've done this a lot sooner
ran 'ruff format app'
2026-07-29 01:59:34 +02:00
1ca046ded9 wow, thats pretty ruff
ran 'ruff check --fix app'
2026-07-29 01:52:33 +02:00
b71e6388fa [Debug] fix debug router for new card model
(also remove_card_manually now actually removes cards...)
2026-06-27 17:12:40 +02:00
eec575c619 [Cards] Change all instances of uuid to key 2026-06-27 15:06:05 +02:00
62bbbec1d3 Move api to /api/v1
This includes docs, which are now at http://127.0.0.1:8000/api/v1/docs
and the openapi.json, now at http://127.0.0.1:8000/api/v1/openapi.json

Fixes #4
2026-06-24 15:16:13 +02:00
d00c5855b7 Add some debug functions for testing 2026-05-26 23:04:58 +02:00