Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming committed Feb 8, 2024
1 parent 751c8de commit 28f8487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ita/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ func main() {

router.Handle("/z/CollectNow", internal.CollectNow)

router.Handle("/rewrite_assets", internal.RewriteAssets)

//turkeyauth protected public api endpoints
router.Handle("/api/ita/refresh", chk_tat_hdr()(internal.Refresh))
router.Handle("/api/ita/upload", chk_tat_hdr()(internal.Upload))
Expand Down

0 comments on commit 28f8487

Please sign in to comment.