Small sorting

This commit is contained in:
Erisa A 2023-03-04 19:46:08 +00:00
parent 7383aa990f
commit f1e0aabca9
No known key found for this signature in database

View file

@ -224,8 +224,6 @@ app.all('*', (c) =>
),
)
export default app
// PLAUSIBLE_HOST should be the full URL to your Plausible Analytics instance
// e.g. https://plausible.io/
async function sendToPlausible(c: Context) {
@ -268,3 +266,5 @@ function validateUrl(url: string) {
// ([key, url]) => keyRe.test(key) && validateUrl(url)
// );
// }
export default app