Skip to content

Hello, world!

Latest
Compare
Choose a tag to compare
@duangsuse duangsuse released this 01 Jun 08:22
· 3 commits to master since this release
dse@susepc:~/GeekApk/ServerR$ ./target/debug/geekapkd
🌌  Hello, GeekApk! Found environment (rocket environment see rocket output):
🐶  DOGETOK: :doge:
🔌  WEBHOOKS: 
🔧  Configured for development.
    => address: localhost
    => port: 8000
    => log: normal
    => workers: 4
    => secret key: generated
    => limits: forms = 32KiB
    => tls: disabled
👾  Catchers:
    => 404
    => 413
    => 401
    => 400
🛰  Mounting '/':
    => GET /
📂  DATABASE_URL: postgres://geekapk:dolphins@localhost:5433/geekapk
🚀  Rocket has launched from http://localhost:8000
GET / text/html:
    => Matched: GET /
    => Outcome: Success
    => Response succeeded.
GET / text/html:
    => Matched: GET /
    => Outcome: Success
    => Response succeeded.
GET /a text/html:
    => Error: No matching routes for GET /a text/html.
    => Warning: Responding with 404 Not Found catcher.
    => Response succeeded.