Skip to content

Commit 9175d01

Browse files
committed
Fixed site map and added it to bonuses
1 parent 24ebdfd commit 9175d01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ SUM: 560 1943 2372 24878
137137
- [Postman API tests](https://github.com/Seluj78/PyMatcha/blob/dev/PyMatchaV2.postman_collection.json)
138138
- Bots
139139
- [Swagger API Documentation](https://github.com/Seluj78/PyMatcha/blob/dev/backend/schemas/swagger.yaml)
140+
- Backend Site map (:8080/site-map)

backend/PyMatcha/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def site_map():
234234
amount=-1,
235235
token=-1,
236236
filename=-1,
237+
n_id=-1,
237238
)
238239
methods = ""
239240
for m in rule.methods:

0 commit comments

Comments
 (0)