Adrià Casajús
|
67be5ba050
|
Enforce int params in routes (#1159)
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
|
2022-07-15 17:10:00 +02:00 |
|
Son
|
5b7949f346
|
return title in /api/notifications
|
2022-01-24 15:20:59 +01:00 |
|
Son
|
372466ab06
|
do not use flask-sqlalchemy
- add __tablename__ for all models
- use sa and orm instead of db
- rollback all changes in tests
- remove session in @app.teardown_appcontext
|
2021-10-12 14:36:47 +02:00 |
|
Son NK
|
774ffcae3b
|
enable CORS on /api endpoints
|
2020-06-24 10:30:01 +02:00 |
|
Son NK
|
1e03f26cfa
|
Return whether there's more notification in GET /api/notifications
|
2020-05-23 22:51:00 +02:00 |
|
Son NK
|
dae357dd6b
|
Add GET /api/notifications, /api/notifications/:notification_id
|
2020-05-23 19:54:06 +02:00 |
|