Skip to content

Commit 64d66be

Browse files
committed
Back to before
1 parent 8211d7c commit 64d66be

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

backend/PyMatcha/routes/api/history.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
PyMatcha - A Python Dating Website
33
Copyright (C) 2018-2019 jlasne/gmorer
44
<jlasne@student.42.fr> - <lauris.skraucis@gmail.com>
5+
56
This program is free software: you can redistribute it and/or modify
67
it under the terms of the GNU General Public License as published by
78
the Free Software Foundation, either version 3 of the License, or
89
(at your option) any later version.
10+
911
This program is distributed in the hope that it will be useful,
1012
but WITHOUT ANY WARRANTY; without even the implied warranty of
1113
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1214
GNU General Public License for more details.
15+
1316
You should have received a copy of the GNU General Public License
1417
along with this program. If not, see <https://www.gnu.org/licenses/>.
1518
"""

backend/PyMatcha/routes/api/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from PyMatcha.models.user import User
2525
from PyMatcha.utils.errors import NotFoundError
2626

27+
2728
user_bp = Blueprint("user", __name__)
2829

2930

0 commit comments

Comments
 (0)