Skip to content

Commit

Permalink
docs: http created chapel
Browse files Browse the repository at this point in the history
  • Loading branch information
DWL21 committed Feb 16, 2025
1 parent de12059 commit 8abf053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/http/timetable.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@host = localhost:9000
@host = localhost:9001

###
POST {{host}}/api/timetables
Expand All @@ -21,7 +21,7 @@ Content-Type: application/json
],
"majorElectiveCredit": 9,
"generalElectiveCredit": 6,
"chapel": true
"isChapel": true
}
###

Expand All @@ -33,4 +33,4 @@ Content-Type: application/json
GET {{host}}/api/timetables/{{timeTableId}}
Content-Type: application/json

###
###

0 comments on commit 8abf053

Please sign in to comment.