File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
backend/PyMatcha/routes/api Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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"""
Original file line number Diff line number Diff line change 2424from PyMatcha .models .user import User
2525from PyMatcha .utils .errors import NotFoundError
2626
27+
2728user_bp = Blueprint ("user" , __name__ )
2829
2930
You can’t perform that action at this time.
0 commit comments