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:
parent
745696b310
commit
b342cf0240
2 changed files with 10 additions and 9 deletions
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue