diff --git a/server.ts b/server.ts index 70cb8d2..8aa26f3 100644 --- a/server.ts +++ b/server.ts @@ -1,6 +1,6 @@ -import Server from "lume/core/server.ts" -import expires from "lume/middlewares/expires.ts" -import not_found from "lume/middlewares/not_found.ts" +import Server from "https://deno.land/x/lume@v1.15.2/core/server.ts" +import expires from "https://deno.land/x/lume@v1.15.2/middlewares/expires.ts" +import not_found from "https://deno.land/x/lume@v1.15.2/middlewares/not_found.ts" const port = 8000