tenseleyflow/shithub / 4365435

Browse files

api: mount §2 follow-ups under /api/v1 group

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
4365435b98ea985b69c614ffaa2a514e2a40658f
Parents
a8700a1
Tree
56bd44d

1 changed file

StatusFile+-
M internal/web/handlers/api/api.go 2 0
internal/web/handlers/api/api.gomodified
@@ -207,6 +207,8 @@ func (h *Handlers) Mount(r chi.Router) {
207207
 		h.mountActionsVariables(r)
208208
 		// S50 §13 — actions caches list + delete.
209209
 		h.mountActionsCaches(r)
210
+		// S50 §2 follow-ups — README + topics + fork-sync.
211
+		h.mountReposFollowups(r)
210212
 	})
211213
 }
212214