Skip to content

Commit

Permalink
feat: creating only database and not API (#225)
Browse files Browse the repository at this point in the history
* f:added Put method into default Headers for new api function put-timetable

* feat: adding table and api

* feat: for backup

* feat: updated pnpm-lock

* feat: initiating database creation

* feat: redoing databases

* feat: building database thread
  • Loading branch information
JasonNotJson authored Dec 29, 2022
1 parent fb24be9 commit e0b6119
Show file tree
Hide file tree
Showing 10 changed files with 1,064 additions and 381 deletions.
6 changes: 4 additions & 2 deletions lib/configs/common/registry.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export enum ServiceEndpoint {
API_REST,
AUTH,
API_GRAPHQL
API_GRAPHQL,
}

export const enum DataEndpoint {
Expand All @@ -10,9 +10,11 @@ export const enum DataEndpoint {
CAREER,
TIMETABLE,
COURSE,
THREAD,
COMMENT,
}

export enum OperationEndpoint {
APP,
SYLLABUS
SYLLABUS,
}
Loading

0 comments on commit e0b6119

Please sign in to comment.