Skip to content

Commit

Permalink
change to POST request
Browse files Browse the repository at this point in the history
  • Loading branch information
tharoosha committed Oct 20, 2024
1 parent 70b95a1 commit e938c5f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/routes/event_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def get_registration_count(event_id):
'error': str(e)
}), 500

@event_blueprint.route('/eventsbygames', methods=['GET'])
@event_blueprint.route('/eventsbygames', methods=['POST'])
def get_events_by_game_names():
# Get the JSON data from the request body
data = request.get_json()
Expand Down
Binary file modified frontend/src/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/logo_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/logo_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function Navbar() {
))}
</div>
<span className="navbar-welcome text-secondary_text text-sm">
Welcome to InGame eSports Platform!
Welcome to ArenaSync eSports Platform!
</span>
</div>

Expand Down

0 comments on commit e938c5f

Please sign in to comment.