-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitdiffapi.txt
More file actions
18 lines (18 loc) · 1.07 KB
/
Copy pathgitdiffapi.txt
File metadata and controls
18 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
warning: in the working copy of 'src/api/v1/router.py', LF will be replaced by CRLF the next time Git touches it
src/api/v1/endpoints/admin.py | 10 +++++-----
src/api/v1/endpoints/auth.py | 24 ++++++++++++++---------
src/api/v1/endpoints/billing.py | 32 +++++++++++++++++++------------
src/api/v1/endpoints/charts.py | 33 +++++++++++++++++---------------
src/api/v1/endpoints/content.py | 2 +-
src/api/v1/endpoints/daily.py | 10 +++++-----
src/api/v1/endpoints/forensic.py | 2 +-
src/api/v1/endpoints/guest_checkout.py | 11 ++++++-----
src/api/v1/endpoints/horary.py | 20 ++++++++++++-------
src/api/v1/endpoints/owner.py | 2 +-
src/api/v1/middleware/csrf.py | 2 +-
src/api/v1/middleware/rate_limiting.py | 7 +++++--
src/api/v1/router.py | 2 ++
src/core/ratelimit.py | 4 ++--
src/services/premium_generator.py | 2 +-
src/services/subscription.py | 35 ++++++++++++++++++----------------
16 files changed, 115 insertions(+), 83 deletions(-)