mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix(acme): adjust ACME challenge route to /acme-challenge/.well-known/:token
This commit is contained in:
@@ -24,7 +24,7 @@ export default class AcmeChallengeAPI extends BaseAPI<
|
||||
this.wellKnownRouter = Express.getRouter();
|
||||
|
||||
this.wellKnownRouter.get(
|
||||
"/.well-known/acme-challenge/:token",
|
||||
"/acme-challenge/.well-known/:token",
|
||||
async (req: ExpressRequest, res: ExpressResponse, next: NextFunction) => {
|
||||
try {
|
||||
const challenge: AcmeChallenge | null =
|
||||
|
||||
Reference in New Issue
Block a user