constructions-incongrues / yazoo

moteur de recherche
https://yazoo.constructions-incongrues.net
MIT License
2 stars 1 forks source link

POST /api/sync 404 #75

Closed trivoallan closed 9 months ago

trivoallan commented 9 months ago
curl -XPOST https://yazoo.constructions-incongrues.net/api/sync
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Yazoo!</title>
        <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>💻</text></svg>">
        <link rel="manifest" href="/manifest.json">
        <meta name="theme-color" value="#ffffff">

                <meta property="og:title" content="Yazoo!">
        <meta property="og:description" content="Le moteur de recherche incongru">
        <meta property="og:image" content="img/icon-256.png">

                <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">

        <link href="/css/yazoo.css" rel="stylesheet">
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>

            </head>

    <body>        
            <h1>Page not found</h1>

    <p>
        The requested page couldn't be located. Checkout for any URL
        misspelling or <a href="/">return to the homepage</a>.
    </p>
    </body>
</html>