Bug: Campus deployment on server shows GET requests

Open
#24 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python
Domain
api

Research direction

Start by reproducing POST requests to /api/v1/timetable/ and /api/v1/timetable, then compare the campus server logs and methodNotAllowed response. Trace the timetable route registration and request handling; done means the trailing-slash request is handled as the expected POST without producing a methodNotAllowed error.

Written by the indexing model from the issue text.

Description

/api/v1/timetable/ route shows up as GET in campus server logs and causes a methodNotAllowed error, while api/v1/timetable without the trailing slash shows up as a POST, which is expected behavior.

Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nyjc-computing/campus-api-python

All issues in nyjc-computing/campus-api-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.