mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-30 14:12:37 +02:00
feat(windows): cleanup /apple endpoint
- rename the gin function to AppleConfigMessage - use <pre> + <code> for code blocks - add headscale heading - reword some sections
This commit is contained in:
2
app.go
2
app.go
@@ -456,7 +456,7 @@ func (h *Headscale) createRouter(grpcMux *runtime.ServeMux) *gin.Engine {
|
||||
router.POST("/machine/:id", h.RegistrationHandler)
|
||||
router.GET("/oidc/register/:mkey", h.RegisterOIDC)
|
||||
router.GET("/oidc/callback", h.OIDCCallback)
|
||||
router.GET("/apple", h.AppleMobileConfig)
|
||||
router.GET("/apple", h.AppleConfigMessage)
|
||||
router.GET("/apple/:platform", h.ApplePlatformConfig)
|
||||
router.GET("/swagger", SwaggerUI)
|
||||
router.GET("/swagger/v1/openapiv2.json", SwaggerAPIv1)
|
||||
|
||||
Reference in New Issue
Block a user