(Feat): Initial Commit
Some checks failed
Build & Test / build-test (push) Has been cancelled
Build & Test / swagger-codegen-cli (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled

This commit is contained in:
2026-07-03 19:41:31 +05:30
commit 7e940c83a7
461 changed files with 45002 additions and 0 deletions

27
api/paths/well_known.yml Normal file
View File

@@ -0,0 +1,27 @@
swagger: "2.0"
info:
title: allaboutapps.dev/aw/go-starter
version: 0.1.0
paths:
/.well-known/apple-app-site-association:
get:
summary: Apple App Site Association
description: |-
Returns the Apple App Site Association file.
operationId: GetAppleAppSiteAssociationRoute
tags:
- well-known
responses:
"200":
description: Apple App Site Association
/.well-known/assetlinks.json:
get:
summary: Android Digital Asset Links
description: |-
Returns the Android Digital Asset Links file.
operationId: GetAndroidDigitalAssetLinksRoute
tags:
- well-known
responses:
"200":
description: Android Digital Asset Links