Small sorting
This commit is contained in:
parent
7383aa990f
commit
f1e0aabca9
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue