Skip to content

Commit

Permalink
[issue-#183-support-https] Merge branch 'master' into issue-#183-supp…
Browse files Browse the repository at this point in the history
…ort-https
  • Loading branch information
crookse committed Apr 18, 2020
2 parents 41cede7 + 1a36dac commit 85c3979
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example_app/app_server_two.ts
Expand Up @@ -3,7 +3,7 @@
* `template_engine` compared to server one
*/

import Drash from "../mod.ts";
import { Drash } from "../mod.ts";
import ViewResource from "./view_resource.ts";

const serverTwo = new Drash.Http.Server({
Expand Down
2 changes: 0 additions & 2 deletions mod.ts
Expand Up @@ -164,5 +164,3 @@ export namespace Drash {
Loggers[name] = logger;
}
}

export default Drash;
2 changes: 1 addition & 1 deletion tests/data/example_code/class_one_p_property_one.ts
@@ -1,3 +1,3 @@
import Drash from "https://deno.land/x/drash/mod.ts";
import { Drash } from "https://deno.land/x/drash/mod.ts";

// This is just an example file for testing... nothing else to see here.

0 comments on commit 85c3979

Please sign in to comment.