11 lines
246 B
Diff
11 lines
246 B
Diff
|
diff --git a/brainlet/index.js b/brainlet/index.js
|
||
|
index f098c84..c4fbed8 100755
|
||
|
--- a/brainlet/index.js
|
||
|
+++ b/brainlet/index.js
|
||
|
@@ -1,3 +1,5 @@
|
||
|
+#!/usr/bin/env node
|
||
|
+
|
||
|
const config = require("./config");
|
||
|
const apiRoute = require("./api/v1");
|
||
|
|