#!/usr/bin/env bash
uvicorn --port 8080 --host 0.0.0.0 fakeurldetector.API:FakeURLDetection
