Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(shareable): add semester link for semester
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Magtoto committed Oct 8, 2022
1 parent 2431e48 commit 8835e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shareable/constants/template_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export const LINK_PREFIX = "/api"

export const AUDIT_TRAIL_LINK = makeTemplateLink(LINK_PREFIX, "audit_trail")

export const SEMESTER_LINK = makeTemplateLink(LINK_PREFIX, "semester")

export const USER_LINK = makeTemplateLink(LINK_PREFIX, "user")

/**
Expand Down

0 comments on commit 8835e72

Please sign in to comment.